Update CHANGES.md
This commit is contained in:
parent
49fa097903
commit
bd84bb1c8e
11
CHANGES.md
11
CHANGES.md
|
@ -3,6 +3,11 @@
|
||||||
- CHEEVOS: Reset when hardcore mode is toggled
|
- CHEEVOS: Reset when hardcore mode is toggled
|
||||||
- CHEEVOS: Update the hashing methods to identify NES, SNES and Lynx games (more accurate and accepting headerless ROMs).
|
- CHEEVOS: Update the hashing methods to identify NES, SNES and Lynx games (more accurate and accepting headerless ROMs).
|
||||||
- COMMON: Add new JSON playlist format
|
- COMMON: Add new JSON playlist format
|
||||||
|
- COMMON: Fix playlist corruption when deleting items
|
||||||
|
- COMMON: Fix archive progress display calculation
|
||||||
|
- COMMON: Fix playlist entries appearing with previously used names
|
||||||
|
- COMMON: Fix screenshot filename with no core or content
|
||||||
|
- COMMON: Allow compiling without menu support
|
||||||
- CORE UPDATER: Allow sideloading cores from the menu
|
- CORE UPDATER: Allow sideloading cores from the menu
|
||||||
- CPU FILTERS: Add Normal2x filter.
|
- CPU FILTERS: Add Normal2x filter.
|
||||||
- DATE: Add Date / Time style options.
|
- DATE: Add Date / Time style options.
|
||||||
|
@ -10,6 +15,7 @@
|
||||||
- DISCORD: Register the application name properly.
|
- DISCORD: Register the application name properly.
|
||||||
- DISK CONTROL: Remember the last used folder / current active folder to make disk-swapping faster.
|
- DISK CONTROL: Remember the last used folder / current active folder to make disk-swapping faster.
|
||||||
- INPUT: Add new menu toggle (hold start button for 2 seconds)
|
- INPUT: Add new menu toggle (hold start button for 2 seconds)
|
||||||
|
- INPUT: Fix arrow keys being incorrectly bound as numpad keys
|
||||||
- INPUT/SDL: Flush the joypad events. Decreases cpu usage over time with the SDL joypad driver.
|
- INPUT/SDL: Flush the joypad events. Decreases cpu usage over time with the SDL joypad driver.
|
||||||
- LOCALIZATION: Add Greek translation.
|
- LOCALIZATION: Add Greek translation.
|
||||||
- LOCALIZATION: Update German translation.
|
- LOCALIZATION: Update German translation.
|
||||||
|
@ -19,6 +25,9 @@
|
||||||
- LOCALIZATION: Update Spanish translation.
|
- LOCALIZATION: Update Spanish translation.
|
||||||
- MENU: Only show CRT SwitchRes if video display server is implemented (Windows/Linux for now)
|
- MENU: Only show CRT SwitchRes if video display server is implemented (Windows/Linux for now)
|
||||||
- MENU: User Interface -> Appearance -> 'Menu Font Green/Blue Color' settings now work properly.
|
- MENU: User Interface -> Appearance -> 'Menu Font Green/Blue Color' settings now work properly.
|
||||||
|
- MENU/QT/WIMP: Allow building with MSVC2017
|
||||||
|
- MENU/QT/WIMP: Add detailed file browser table
|
||||||
|
- MENU/QT/WIMP: New grid view implementation that is faster and loads thumbnails on-demand
|
||||||
- MIDI: Add a Linux ALSA driver for MIDI.
|
- MIDI: Add a Linux ALSA driver for MIDI.
|
||||||
- NETPLAY: Force fast-save-states when netlay is enabled
|
- NETPLAY: Force fast-save-states when netlay is enabled
|
||||||
- NETPLAY: Allow quick joining subsystem lobbies
|
- NETPLAY: Allow quick joining subsystem lobbies
|
||||||
|
@ -35,12 +44,14 @@
|
||||||
- VULKAN: Fix RGUI crashing at startup.
|
- VULKAN: Fix RGUI crashing at startup.
|
||||||
- VULKAN: Fix secondary screens in overlays not working.
|
- VULKAN: Fix secondary screens in overlays not working.
|
||||||
- WAYLAND: Implement idle-inhibit support (needed for screensaver suspend).
|
- WAYLAND: Implement idle-inhibit support (needed for screensaver suspend).
|
||||||
|
- WAYLAND: Fix fullscreen toggle
|
||||||
- WIIU: Initial netplay peer-to-peer support. Network information working.
|
- WIIU: Initial netplay peer-to-peer support. Network information working.
|
||||||
- WINDOWS/WSA: Network Information info is blank until first network operation.
|
- WINDOWS/WSA: Network Information info is blank until first network operation.
|
||||||
- WINDOWS: Fix an ancient bug that caused wrong mappings for keyboard arrows
|
- WINDOWS: Fix an ancient bug that caused wrong mappings for keyboard arrows
|
||||||
- WINDOWS: Remember window size and position if so desired
|
- WINDOWS: Remember window size and position if so desired
|
||||||
- WINDOWS: SSL/TLS connections now work properly.
|
- WINDOWS: SSL/TLS connections now work properly.
|
||||||
- UWP: Initial UWP port.
|
- UWP: Initial UWP port.
|
||||||
|
- VFS: Update to version 3
|
||||||
- XBONE: Initial Xbox One port.
|
- XBONE: Initial Xbox One port.
|
||||||
- XMB/OZONE: Add more icons
|
- XMB/OZONE: Add more icons
|
||||||
- ???: Easter Egg
|
- ???: Easter Egg
|
||||||
|
|
Loading…
Reference in New Issue