|
1 | 1 | # Future |
| 2 | +- ANDROID: OnNewIntent handler to allow launchers start new content without closing first |
2 | 3 | - APPLE: Include sameduck, gearcoleco, geargrafx cores in App Store builds |
3 | 4 | - APPLE: Include reminiscence, virtualjaguar, vitaquake2 cores in App Store builds |
| 5 | +- APPLE: Include gam4980 core in App Store builds |
4 | 6 | - APPLE: Bundle identifier added to Information menu |
5 | 7 | - APPLE: Option to control the usage of Metal argument buffers |
6 | 8 | - APPLE: Don't force fullscreen, allow multitasking on iPad |
| 9 | +- APPLE: AppIntents for Siri, Shortcuts |
| 10 | +- APPLE: Fix ffmpeg camera driver |
7 | 11 | - AUDIO: Microphone CoreAudio driver for iOS and macOS |
| 12 | +- AUTOCONF: Autoconfig match extended with a physical identifier |
8 | 13 | - CAMERA: Use ffmpeg libavfilter virtual input device as default |
9 | 14 | - CHEEVOS: Show additional message for unsupported achievements |
| 15 | +- CHEEVOS: Upgrade to rcheevos 12.0 |
| 16 | +- DATABASE: Filter in Database Manager now works for genre and region |
10 | 17 | - CLOUDSYNC: Enable icloud_drive cloud sync backend on MacOS / iOS |
11 | 18 | - CLOUDSYNC: Don't always trust the server hash |
12 | 19 | - CLOUDSYNC: Enable WebDAV support for Android |
13 | 20 | - CLOUDSYNC: Speed up cloudsync on Apple |
14 | 21 | - DATABASE: Improve multidisk game scanning |
| 22 | +- EMSCRIPTEN: Support core switching |
15 | 23 | - EMSCRIPTEN: Support suspend screensaver |
16 | 24 | - EMSCRIPTEN/RWEBCAM: Fix camera driver |
17 | 25 | - EMSCRIPTEN/RWEBINPUT: Add accelerometer/gyroscope support |
|
23 | 31 | - INPUT: Fix menu usage when OK/Cancel has mouse binds |
24 | 32 | - INPUT: Ignore menu mouse startup position before moving |
25 | 33 | - INPUT: Fix heavy slowdown when using Bluetooth XInput controllers with rumble |
| 34 | +- INPUT: Reset and close content hotkeys now require confirmation, similar to quit |
| 35 | +- INPUT: Menu toggle and hotkey enable can now be assigned to the same key |
| 36 | +- INPUT/ANDROID: Favor mouse coordinates for lightgun |
26 | 37 | - INPUT/UDEV: Fix lost terminal settings after restart from menu |
| 38 | +- INPUT/BSV/REPLAY: Bumped replay format version to 2. Old replays will still play back fine. |
| 39 | +- INPUT/BSV/REPLAY: Add option to skip deserializing checkpoints from replay files (it introduces jank in some emulators). |
| 40 | +- INPUT/BSV/REPLAY: Add checkpoint and initial savestate compression, following the `savestate_file_compression` config boolean. Use zstd if available, or fall back to zlib. |
| 41 | +- INPUT/BSV/REPLAY: Add incremental checkpoints based on statestreams (depending on `HAVE_STATESTREAM` compile time flag). As an example, 60 `pcsx_rearmed` savestates would take 267MB uncompressed; with incremental encoding this is reduced to 77MB. Compressing the result can reduce the size to just 4MB. |
| 42 | +- INPUT/BSV/REPLAY: Checkpoint compression and encoding can be combined. For example, 60 `pcsx_rearmed` checkpoints can take up just 15MB if each state is incremental and compressed. This is not as optimal as using incremental states without save state compression followed by offline compression, but is a good compromise in many use cases. |
| 43 | +- INPUT/BSV/REPLAY: Add hotkeys and text commands to force a checkpoint insertion into the currently recording replay, and to seek backwards to the previous checkpoint and forwards to the next checkpoint. |
| 44 | +- INPUT/BSV/REPLAY: Add a text command to seek to a specific frame of the currently playing/recording replay; it will return via the command replier the actual seeked-to frame (right now it only supports seeking to checkpoints). |
27 | 45 | - INTL: Add Irish Gaelic to selectable languages |
28 | 46 | - IOS: Fix crash on iOS9 when fetching refresh rate |
| 47 | +- LIBRETRO: Deprecate intfstream_open_writable_memory |
| 48 | +- LIBRETRO: New environment function RETRO_ENVIRONMENT_GET_TARGET_SAMPLE_RATE |
29 | 49 | - LINUX: Add full complement of key/value pairs to desktop entry |
| 50 | +- MACOS: Fix coreaudio microphone handling |
30 | 51 | - MENU: Common Thumbnail Background option for all menu drivers |
31 | 52 | - MENU: Move core options reset from Settings/Configuration to Main Menu / Configuration Files |
32 | 53 | - MENU: Use right analog stick for thumbnail cycling in playlists |
|
40 | 61 | - MENU: Unwanted input is prevented when menu is triggered by toggle combo |
41 | 62 | - MENU: 32-bit values in cheats and rumble are not presented as huge lists |
42 | 63 | - MENU: Less important widgets are now sized like task notifications |
| 64 | +- MENU: Play count is added to runtime log |
| 65 | +- MENU: Configurable startup page (several options beside default Main Menu) |
| 66 | +- MENU: Shader menu rework, combined save/remove menus, save current, Y and Start hotkeys for shader parameters and background opacity toggle |
| 67 | +- MENU: Single-click start option from playlists and Explore view |
| 68 | +- MENU: Allow kiosk mode and hiding of Settings menu also in GLUI and RGUI |
| 69 | +- MENU: Task widget improvements |
| 70 | +- MENU/GLUI: Show thumbnails in Explore view |
43 | 71 | - MENU/XMB: Select button toggles thumbnails in playlists |
44 | 72 | - MENU/XMB,OZONE: Fix content icons when playlist tabs are hidden |
45 | 73 | - MENU/OZONE: Horizontal padding factor option |
46 | 74 | - MENU/OZONE: Custom font selection and scaling factor |
| 75 | +- MENU/RGUI: Clock format is now configurable and moved to top header |
47 | 76 | - NETWORK: Fixes for nmcli wifi driver |
48 | 77 | - NETWORK: Network command interface enabled for Android, iOS, TVOS |
49 | 78 | - OTHER: ZStandard support and libchdr update for support of chd files converted with createdvd option |
50 | 79 | - OVERLAY: Speed limit on touch pointer tracking |
| 80 | +- OVERLAY: Dedicate each touch pointer to hitboxes or pointing devices |
51 | 81 | - PLAYLIST: Built-in playlists are now stored under playlists/builtin |
52 | 82 | - PLAYLIST: Fix subsystem information in playlists |
| 83 | +- PS3: Fix psl1ght target of dist-cores.sh |
53 | 84 | - REPLAY: Bugs fixed regarding rewind |
54 | 85 | - REPLAY: Same timeline check and future state check for replays vs. savestates |
55 | 86 | - SAVESTATES: Savestate thumbnails are default enabled for x86_64 builds |
| 87 | +- SAVESTATES: Slot is now remembered using the runtime log file |
| 88 | +- SAVESTATES: Slot hotkey widget shows save state thumbnail |
56 | 89 | - VIDEO: Fix auto swap interval setup |
57 | 90 | - VIDEO: Improvements for integer scale half scaling |
58 | 91 | - VIDEO: Frame delay improvements for the automatic setting |
| 92 | +- VIDEO: Auto-enable GPU recording with HW context cores |
| 93 | +- VIDEO: Fix viewport bias when using custom aspect ratio |
59 | 94 | - VIDEO/D3D11/D3D12: snappy extra vsync presentation mode |
| 95 | +- VIDEO/GL: Fallback OpenGL symbol loader for Linux devices with EGL < 1.5 |
| 96 | +- VIDEO/GL: Support for Cg and GLSL shaders in the GLCore video driver |
60 | 97 | - VIDEO/SHADER: Shader hold function, useful for some lightguns and shader comparison |
61 | 98 | - VIDEO/SWITCHRES: Horizontal and vertical geometry adjustment options added |
62 | 99 | - VIDEO/SWITCHRES: Game overrides |
63 | 100 | - VIDEO/WAYLAND: Support for xdg-toplevel-icon-v1 |
| 101 | +- VIDEO/WAYLAND: Fix deadlock when using Wayland Vulkan driver |
| 102 | +- VITA: Touchscreen support for PS Vita |
64 | 103 | - WEBOS: Various fixes and tunings |
65 | 104 | - WEBOS: Disable core dumps |
66 | 105 | - WEBOS: Debug builds enabled |
|
0 commit comments