.. |
AudioCommon.cpp
|
Call the sound effect mixer directly from Mix instead of pushing the samples from background audio.
|
2023-07-12 17:55:46 +02:00 |
AudioCommon.h
|
|
|
BackgroundAudio.cpp
|
Add support for 8-bit and mono WAV files. More fixes.
|
2023-07-16 15:04:21 +02:00 |
BackgroundAudio.h
|
Add support for 8-bit and mono WAV files. More fixes.
|
2023-07-16 15:04:21 +02:00 |
ChatScreen.cpp
|
[Switch] Enable all System_InputBoxGetString usages
|
2023-06-22 00:47:00 +02:00 |
ChatScreen.h
|
|
|
ControlMappingScreen.cpp
|
Add more display information to system info.
|
2023-08-30 17:38:22 +02:00 |
ControlMappingScreen.h
|
Cleanup: callbacks->lambdas
|
2023-08-24 11:08:43 +02:00 |
CustomButtonMappingScreen.cpp
|
Custom buttons: Store them in an array, remove as many count restrictions as possible.
|
2023-06-20 10:42:53 +02:00 |
CustomButtonMappingScreen.h
|
Rename class CustomKey to CustomButton
|
2023-05-08 10:13:52 +02:00 |
CwCheatScreen.cpp
|
|
|
CwCheatScreen.h
|
|
|
DarwinFileSystemServices.h
|
Fix file filters in Mac file-open dialogs
|
2023-07-16 15:22:04 +02:00 |
DarwinFileSystemServices.mm
|
Fix file filters in Mac file-open dialogs
|
2023-07-16 15:22:04 +02:00 |
DebugOverlay.cpp
|
SasAudio: Some cleanup and debug overlay improvements
|
2023-09-05 12:15:13 +02:00 |
DebugOverlay.h
|
Move DebugOverlay rendering to the overlay screen, allowing drawing it on top of the menu
|
2023-08-03 16:19:18 +02:00 |
DevScreens.cpp
|
Hide the "System Information / Internals" tab in release builds
|
2023-09-02 15:42:47 +02:00 |
DevScreens.h
|
Hide the "System Information / Internals" tab in release builds
|
2023-09-02 15:42:47 +02:00 |
DiscordIntegration.cpp
|
|
|
DiscordIntegration.h
|
|
|
DisplayLayoutScreen.cpp
|
Switch all NativeMessageReceived to System_PostUIMessage
|
2023-07-06 17:26:02 +02:00 |
DisplayLayoutScreen.h
|
|
|
EmuScreen.cpp
|
Add return value to UnsyncTouch
|
2023-09-04 11:00:06 +02:00 |
EmuScreen.h
|
Add return value to UnsyncTouch
|
2023-09-04 11:00:06 +02:00 |
GameInfoCache.cpp
|
Address feedback
|
2023-07-16 00:20:09 +02:00 |
GameInfoCache.h
|
Quick attempt to add some thread safety to GameInfo::fileLoader.
|
2023-05-04 09:20:05 +02:00 |
GamepadEmu.cpp
|
Analog stick gesture
|
2023-09-01 09:32:21 +02:00 |
GamepadEmu.h
|
Analog stick gesture
|
2023-09-01 09:32:21 +02:00 |
GameScreen.cpp
|
Make System_ShowFileInFolder a "request"
|
2023-08-24 14:22:35 +02:00 |
GameScreen.h
|
Windows: Fix "Create desktop icon" functionality
|
2023-08-18 10:49:00 +02:00 |
GameSettingsScreen.cpp
|
Merge pull request #18056 from fp64/sdl-ctrl-w
|
2023-09-03 12:01:29 +02:00 |
GameSettingsScreen.h
|
Callback -> lambda (cleanup)
|
2023-08-30 23:30:23 +02:00 |
GPUDriverTestScreen.cpp
|
|
|
GPUDriverTestScreen.h
|
|
|
InstallZipScreen.cpp
|
|
|
InstallZipScreen.h
|
|
|
JoystickHistoryView.cpp
|
|
|
JoystickHistoryView.h
|
|
|
MainScreen.cpp
|
Allow using a file browser to choose UMDs during disc change.
|
2023-09-04 21:43:10 +02:00 |
MainScreen.h
|
Allow using a file browser to choose UMDs during disc change.
|
2023-09-04 21:43:10 +02:00 |
MemStickScreen.cpp
|
Fix creating the directories after choosing a folder on Android.
|
2023-08-18 15:51:16 +02:00 |
MemStickScreen.h
|
Merge branch 'master' into master
|
2023-07-17 23:20:52 +04:00 |
MiscScreens.cpp
|
Windows UWP: Enable color emoji rendering through DirectWrite
|
2023-08-06 17:25:20 +02:00 |
MiscScreens.h
|
Minor SettingInfo cleanup
|
2023-07-12 10:24:06 +02:00 |
NativeApp.cpp
|
Don't log warnings on missing RA login secret. Also don't even check unless a username has been set.
|
2023-09-06 10:34:32 +02:00 |
OnScreenDisplay.cpp
|
Avoid double-processing of input event caused by the overlay screen.
|
2023-09-05 16:43:45 +02:00 |
OnScreenDisplay.h
|
Avoid double-processing of input event caused by the overlay screen.
|
2023-09-05 16:43:45 +02:00 |
PauseScreen.cpp
|
Allow using a file browser to choose UMDs during disc change.
|
2023-09-04 21:43:10 +02:00 |
PauseScreen.h
|
Allow using a file browser to choose UMDs during disc change.
|
2023-09-04 21:43:10 +02:00 |
ProfilerDraw.cpp
|
|
|
ProfilerDraw.h
|
|
|
PSPNSApplicationDelegate.h
|
|
|
PSPNSApplicationDelegate.mm
|
Buildfixes
|
2023-07-06 18:40:06 +02:00 |
RemoteISOScreen.cpp
|
Improved progress bar popups for downloads
|
2023-07-18 15:13:44 +02:00 |
RemoteISOScreen.h
|
More cleanup after making PopupTextInputChoice choose method automatically
|
2023-06-22 09:01:14 +02:00 |
ReportScreen.cpp
|
Add function ApplySafeSubstitution for translation strings with parameters
|
2023-07-16 16:26:49 +02:00 |
ReportScreen.h
|
|
|
RetroAchievementScreens.cpp
|
RetroAchievements: More connection notifications
|
2023-08-28 12:15:24 +02:00 |
RetroAchievementScreens.h
|
Allow choosing to see leaderboard entries "Near me". Highlight current user.
|
2023-08-01 13:52:20 +02:00 |
SavedataScreen.cpp
|
Add function ApplySafeSubstitution for translation strings with parameters
|
2023-07-16 16:26:49 +02:00 |
SavedataScreen.h
|
|
|
Store.cpp
|
Common: Rename Download to Request, and the old Request to ServerRequest.
|
2023-07-21 22:12:00 +02:00 |
Store.h
|
Common: Rename Download to Request, and the old Request to ServerRequest.
|
2023-07-21 22:12:00 +02:00 |
TabbedDialogScreen.cpp
|
Add function ApplySafeSubstitution for translation strings with parameters
|
2023-07-16 16:26:49 +02:00 |
TabbedDialogScreen.h
|
Implement rendering of unlocked achievements. Not final design.
|
2023-06-26 10:01:42 +02:00 |
Theme.cpp
|
IniFile: Store sections in unique_ptrs, instead of directly.
|
2023-08-13 13:41:43 +02:00 |
Theme.h
|
|
|
TiltAnalogSettingsScreen.cpp
|
Input event and device enums (#17514)
|
2023-05-26 18:40:13 +02:00 |
TiltAnalogSettingsScreen.h
|
|
|
TouchControlLayoutScreen.cpp
|
Custom buttons: Store them in an array, remove as many count restrictions as possible.
|
2023-06-20 10:42:53 +02:00 |
TouchControlLayoutScreen.h
|
|
|
TouchControlVisibilityScreen.cpp
|
Collapse the "Custom 1", "Custom 2" etc translation strings
|
2023-06-20 10:42:56 +02:00 |
TouchControlVisibilityScreen.h
|
Custom buttons: Store them in an array, remove as many count restrictions as possible.
|
2023-06-20 10:42:53 +02:00 |
UI.vcxproj
|
Move the debug overlay rendering out from EmuScreen into DebugOverlay.cpp
|
2023-08-02 14:58:22 +02:00 |
UI.vcxproj.filters
|
Move the debug overlay rendering out from EmuScreen into DebugOverlay.cpp
|
2023-08-02 14:58:22 +02:00 |