.. |
AudioCommon.cpp
|
libretro: Bypass PPSSPP's resampler, since libretro already has one
|
2023-03-24 18:52:41 +01:00 |
AudioCommon.h
|
Move the resampler usage to a common file, AudioCommon. (#17176)
|
2023-03-24 17:19:57 +01:00 |
BackgroundAudio.cpp
|
Move the resampler usage to a common file, AudioCommon. (#17176)
|
2023-03-24 17:19:57 +01:00 |
BackgroundAudio.h
|
Move g_backgroundAudio.Play to NativeUpdate
|
2023-03-24 14:48:49 +01:00 |
ChatScreen.cpp
|
I18N: Switch to getting categories by index instead of by string lookup
|
2023-04-07 10:35:01 +02:00 |
ChatScreen.h
|
UI: Track chat log changes more clearly.
|
2021-09-14 18:08:16 -07:00 |
ControlMappingScreen.cpp
|
Revert "Remove the Android display resolution selector"
|
2023-05-17 09:37:15 +02:00 |
ControlMappingScreen.h
|
UI: Buildfix.
|
2023-04-07 10:35:01 +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
|
I18N: Switch to getting categories by index instead of by string lookup
|
2023-04-07 10:35:01 +02:00 |
CwCheatScreen.h
|
Change Enable/Disable All to just a Disable All button.
|
2023-03-23 10:32:11 +01:00 |
DarwinFileSystemServices.h
|
Implement the RESTART_APP system request for Mac
|
2023-04-29 11:38:47 +02:00 |
DarwinFileSystemServices.mm
|
Implement the RESTART_APP system request for Mac
|
2023-04-29 11:38:47 +02:00 |
DevScreens.cpp
|
Support for extra text in OSD messages (drawn smaller, on darker background)
|
2023-06-21 01:16:25 +02:00 |
DevScreens.h
|
System information screen: Re-use the TabbedDialogScreen logic
|
2023-06-18 12:22:36 +02:00 |
DiscordIntegration.cpp
|
I18N: Switch to getting categories by index instead of by string lookup
|
2023-04-07 10:35:01 +02:00 |
DiscordIntegration.h
|
Global: Reduce includes of common headers.
|
2022-01-30 16:35:33 -08:00 |
DisplayLayoutScreen.cpp
|
I18N: Switch to getting categories by index instead of by string lookup
|
2023-04-07 10:35:01 +02:00 |
DisplayLayoutScreen.h
|
Break out ScrollView from ViewGroup.h, and PopupScreens from UIScreen.h
|
2023-01-11 10:56:31 +01:00 |
EmuScreen.cpp
|
Prepare for detailed overlay messages
|
2023-06-21 01:08:25 +02:00 |
EmuScreen.h
|
Implement an "OverlayScreen" concept. OSD can now render on top of other screens than EmuScreen.
|
2023-06-20 10:44:47 +02:00 |
GameInfoCache.cpp
|
Quick attempt to add some thread safety to GameInfo::fileLoader.
|
2023-05-04 09:20:05 +02:00 |
GameInfoCache.h
|
Quick attempt to add some thread safety to GameInfo::fileLoader.
|
2023-05-04 09:20:05 +02:00 |
GamepadEmu.cpp
|
Custom buttons: Store them in an array, remove as many count restrictions as possible.
|
2023-06-20 10:42:53 +02:00 |
GamepadEmu.h
|
Custom buttons: Store them in an array, remove as many count restrictions as possible.
|
2023-06-20 10:42:53 +02:00 |
GameScreen.cpp
|
I18N: Switch to getting categories by index instead of by string lookup
|
2023-04-07 10:35:01 +02:00 |
GameScreen.h
|
Add tags to all our UI screens. Useful to debug UI problems.
|
2022-09-16 10:14:00 +02:00 |
GameSettingsScreen.cpp
|
Merge pull request #17591 from lvonasek/feature_openxr_passthrough
|
2023-06-17 22:12:53 +02:00 |
GameSettingsScreen.h
|
Extract the class TabbedUIDialogScreen from GameSettingsScreen.
|
2023-06-16 13:56:26 +02:00 |
GPUDriverTestScreen.cpp
|
I18N: Switch to getting categories by index instead of by string lookup
|
2023-04-07 10:35:01 +02:00 |
GPUDriverTestScreen.h
|
Add tags to all our UI screens. Useful to debug UI problems.
|
2022-09-16 10:14:00 +02:00 |
InstallZipScreen.cpp
|
I18N: Switch to getting categories by index instead of by string lookup
|
2023-04-07 10:35:01 +02:00 |
InstallZipScreen.h
|
Global: Cleanup virtual/override specifiers.
|
2022-12-10 21:13:36 -08:00 |
JoystickHistoryView.cpp
|
Remove in/out function arguments
|
2023-03-31 11:05:33 +02:00 |
JoystickHistoryView.h
|
Tilt: Add visualizer to customize tilt dialog. Improve defaults.
|
2023-02-01 15:35:57 +01:00 |
MainScreen.cpp
|
UI: Add a very simplistic search to game browser.
|
2023-04-29 11:45:30 -07:00 |
MainScreen.h
|
UI: Add a very simplistic search to game browser.
|
2023-04-29 11:45:30 -07:00 |
MemStickScreen.cpp
|
Fix memory bug in memstick file copy routine
|
2023-05-01 13:56:35 +02:00 |
MemStickScreen.h
|
Buildfix attempt
|
2023-05-05 01:18:29 +02:00 |
MiscScreens.cpp
|
Fix obscure crash possibility (call stack found), some clarification
|
2023-05-05 00:00:11 +02:00 |
MiscScreens.h
|
Break out ScrollView from ViewGroup.h, and PopupScreens from UIScreen.h
|
2023-01-11 10:56:31 +01:00 |
NativeApp.cpp
|
OSD: Add semantics, move the the OSD state to common (while keeping the renderer in the UI).
|
2023-06-20 14:40:46 +02:00 |
OnScreenDisplay.cpp
|
Support for extra text in OSD messages (drawn smaller, on darker background)
|
2023-06-21 01:16:25 +02:00 |
OnScreenDisplay.h
|
OSD: Add semantics, move the the OSD state to common (while keeping the renderer in the UI).
|
2023-06-20 14:40:46 +02:00 |
PauseScreen.cpp
|
OSD: Add semantics, move the the OSD state to common (while keeping the renderer in the UI).
|
2023-06-20 14:40:46 +02:00 |
PauseScreen.h
|
Global: Cleanup virtual/override specifiers.
|
2022-12-10 21:13:36 -08:00 |
ProfilerDraw.cpp
|
Global: Remove some unused variables.
|
2021-02-15 11:59:45 -08:00 |
ProfilerDraw.h
|
Add new shader viewing tool
|
2015-10-14 18:10:21 +02:00 |
PSPNSApplicationDelegate.h
|
Recognize openable types in Info.plist, debug menu in top bar
|
2023-04-22 18:11:06 +03:00 |
PSPNSApplicationDelegate.mm
|
woopsie
|
2023-04-22 18:12:42 +03:00 |
RemoteISOScreen.cpp
|
Android buildfix
|
2023-04-07 10:35:01 +02:00 |
RemoteISOScreen.h
|
RemoteISO screens: Make them dialogs so ESC works to exit them on PC.
|
2023-01-01 21:55:02 +01:00 |
ReportScreen.cpp
|
I18N: Switch to getting categories by index instead of by string lookup
|
2023-04-07 10:35:01 +02:00 |
ReportScreen.h
|
Add tags to all our UI screens. Useful to debug UI problems.
|
2022-09-16 10:14:00 +02:00 |
SavedataScreen.cpp
|
I18N: Switch to getting categories by index instead of by string lookup
|
2023-04-07 10:35:01 +02:00 |
SavedataScreen.h
|
Move AsyncImageFileView to Common, which required some more shuffling around of stuff.
|
2022-11-21 20:38:20 +01:00 |
Store.cpp
|
IconCache: Add pending state to avoid duplicate downloads in some cases
|
2023-06-18 14:54:11 +02:00 |
Store.h
|
Remove the unused filter stuff from store.
|
2022-12-27 17:12:17 +01:00 |
TabbedDialogScreen.cpp
|
System information screen: Re-use the TabbedDialogScreen logic
|
2023-06-18 12:22:36 +02:00 |
TabbedDialogScreen.h
|
System information screen: Re-use the TabbedDialogScreen logic
|
2023-06-18 12:22:36 +02:00 |
Theme.cpp
|
Allow specifying the VFS when loading INI files.
|
2023-03-07 10:04:10 +01:00 |
Theme.h
|
Allow to change atlas per theme
|
2022-04-01 09:59:40 +02:00 |
TiltAnalogSettingsScreen.cpp
|
Input event and device enums (#17514)
|
2023-05-26 18:40:13 +02:00 |
TiltAnalogSettingsScreen.h
|
Add previews for more types, fix mappings.
|
2023-02-02 01:09:33 +01:00 |
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
|
Global: Cleanup virtual/override specifiers.
|
2022-12-10 21:13:36 -08:00 |
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
|
Extract the class TabbedUIDialogScreen from GameSettingsScreen.
|
2023-06-16 13:56:26 +02:00 |
UI.vcxproj.filters
|
Extract the class TabbedUIDialogScreen from GameSettingsScreen.
|
2023-06-16 13:56:26 +02:00 |