ppsspp/UI
2024-09-17 11:24:22 +02:00
..
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 Move the resampler usage to a common file, AudioCommon. (#17176) 2023-03-24 17:19:57 +01:00
BackgroundAudio.cpp Fix stereo MP3s as custom achievement sound effects 2024-07-17 14:37:15 +02:00
BackgroundAudio.h Add support for loading mp3 files as UI sound. 2024-04-09 19:15:49 +02:00
ChatScreen.cpp Untested change to enable chat on iOS 2024-08-06 09:25:44 -06:00
ChatScreen.h Fix a particular type of race condition in file dialog requests 2024-01-18 12:25:55 +01:00
ControlMappingScreen.cpp Fix some minor issues found by --sanitize. Add --sanitizeub. 2024-07-22 11:37:18 +02:00
ControlMappingScreen.h Fix issue with the collapsible sections in control mapping collapsing on every change. 2024-01-29 17:57:01 +01:00
CustomButtonMappingScreen.cpp Make the i18n T function use std::string_view 2024-02-12 18:44:39 +01:00
CustomButtonMappingScreen.h Rename class CustomKey to CustomButton 2023-05-08 10:13:52 +02:00
CwCheatScreen.cpp Much more UI work on savedata import 2024-09-07 15:28:57 +02:00
CwCheatScreen.h CwCheats: Retry looking in g_gameInfoCache until the data is there. 2024-01-20 20:07:38 +01:00
DarwinFileSystemServices.h Fix wrong function signature in iOS file picker, also a lifetime issue 2024-06-01 12:31:12 +02:00
DarwinFileSystemServices.mm Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
DebugOverlay.cpp Warning fix 2024-09-07 15:58:03 +02:00
DebugOverlay.h Move the crash and FPS overlays to DebugOverlay.cpp/h 2024-01-19 16:52:42 +01:00
DevScreens.cpp Adding SYSPROP_SYSTEMBUILD 2024-09-03 20:42:34 +04:00
DevScreens.h Split of the JitCompareScreen into its own files 2024-06-05 12:38:52 +02:00
DiscordIntegration.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
DiscordIntegration.h Make the i18n T function use std::string_view 2024-02-12 18:44:39 +01:00
DisplayLayoutScreen.cpp Remove the title from the "Rotation" popup button. Fixes #17201 2024-07-19 09:55:22 +02:00
DisplayLayoutScreen.h Make the i18n T function use std::string_view 2024-02-12 18:44:39 +01:00
DriverManagerScreen.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
DriverManagerScreen.h Add new translation strings 2024-01-17 10:51:12 +01:00
EmuScreen.cpp Some include cleanup, delete some obsolete code 2024-07-25 14:52:41 +02:00
EmuScreen.h Fix an issue when bringin up the dev menu with transparent background disabled 2024-05-11 21:28:26 +02:00
GameInfoCache.cpp Much more UI work on savedata import 2024-09-07 15:28:57 +02:00
GameInfoCache.h Much more UI work on savedata import 2024-09-07 15:28:57 +02:00
GamepadEmu.cpp Make sure we don't try to use out-of-bounds icons/shapes for custom buttons 2024-09-15 12:11:39 +02:00
GamepadEmu.h Add support for specifying an empty image as custom button image. 2024-09-15 12:12:46 +02:00
GameScreen.cpp Much more UI work on savedata import 2024-09-07 15:28:57 +02:00
GameScreen.h Add Copy button for calculated CRCs on game info screen 2024-09-02 22:48:47 +02:00
GameSettingsScreen.cpp Code-review fixes 2024-09-16 02:48:52 +03:00
GameSettingsScreen.h Minor cleanup, new UI button 2024-09-14 19:46:05 +03:00
GPUDriverTestScreen.cpp Add support for the EXT_provoking_vertex Vulkan extension, allowing us to skip software transform for this case. 2024-07-17 10:41:25 +02:00
GPUDriverTestScreen.h Log: Split out StdioListener from ConsoleListener, making the second Win32-only. 2024-07-21 13:55:40 +02:00
InstallZipScreen.cpp Sneak in a couple little fixes for savedata zip install 2024-09-10 19:08:01 +02:00
InstallZipScreen.h More InstallZip refactoring, add options for install directory where applicable 2024-09-10 13:55:12 +02:00
JitCompareScreen.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
JitCompareScreen.h Add a stats view 2024-06-06 19:21:50 +02:00
JoystickHistoryView.cpp Remove lots of now-unnecessary ".c_str()" 2024-05-24 22:53:13 +02:00
JoystickHistoryView.h Make the i18n T function use std::string_view 2024-02-12 18:44:39 +01:00
MainScreen.cpp Much more UI work on savedata import 2024-09-07 15:28:57 +02:00
MainScreen.h Fix some bugs in zip file extraction, refresh game list after 2024-08-06 09:25:44 -06:00
MemStickScreen.cpp Android memstick folder move: Minor logging and robustness improvements 2024-09-09 17:47:21 +02:00
MemStickScreen.h Preparations for reworking the memstick folder move functionality 2024-01-22 15:56:07 +01:00
MiscScreens.cpp Simplfication 2024-06-01 13:15:14 +02:00
MiscScreens.h Make the i18n T function use std::string_view 2024-02-12 18:44:39 +01:00
NativeApp.cpp Command line parser: Improve an error message to mention the = requriement for some commands. 2024-09-11 12:20:14 +02:00
OnScreenDisplay.cpp Remove lots of now-unnecessary ".c_str()" 2024-05-24 22:53:13 +02:00
OnScreenDisplay.h UI fixes 2024-01-31 23:17:51 +01:00
PauseScreen.cpp i18n: Remove our awkward ampersand-escape support, except in [DesktopUI] 2024-05-31 09:45:59 +02:00
PauseScreen.h Initialize RAIntegration support if available. Untested. 2024-04-05 18:15:10 +02: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 Mac: Don't randomly printf the recents list from PSPNSApplicationDelegate 2024-01-27 11:09:11 +01:00
RemoteISOScreen.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
RemoteISOScreen.h Rework remote ISO UI a bit (more to come) 2024-06-23 15:47:18 +02:00
ReportScreen.cpp Fix potential crash in reporting screenshot functionality 2024-09-17 11:24:22 +02:00
ReportScreen.h Fix potential crash in reporting screenshot functionality 2024-09-17 11:24:22 +02:00
RetroAchievementScreens.cpp Merge pull request #19358 from hrydgard/achievement-crashfix 2024-07-22 10:46:58 +02:00
RetroAchievementScreens.h Minor code cleanup 2024-05-06 22:46:54 +02:00
SavedataScreen.cpp Fix save data manager dialog popup 2024-09-07 16:17:28 +02:00
SavedataScreen.h Much more UI work on savedata import 2024-09-07 15:28:57 +02:00
Store.cpp Store: Minor layout fixes, bigger title text 2024-09-02 17:38:12 +02:00
Store.h Homebrew Store: Fetch license and website URL. Add buttons to go to website and look up license info. 2024-09-02 01:05:55 +02:00
TabbedDialogScreen.cpp Make the i18n T function use std::string_view 2024-02-12 18:44:39 +01:00
TabbedDialogScreen.h Make the i18n T function use std::string_view 2024-02-12 18:44:39 +01:00
Theme.cpp Store: Minor layout fixes, bigger title text 2024-09-02 17:38:12 +02:00
Theme.h Allow to change atlas per theme 2022-04-01 09:59:40 +02:00
TiltAnalogSettingsScreen.cpp Finish previous commit 2023-12-29 17:24:15 +01:00
TiltAnalogSettingsScreen.h Show the tilt input type directly on the item that goes to the tilt settings 2023-12-29 14:10:03 +01:00
TouchControlLayoutScreen.cpp Make sure we don't try to use out-of-bounds icons/shapes for custom buttons 2024-09-15 12:11:39 +02:00
TouchControlLayoutScreen.h Global: Cleanup virtual/override specifiers. 2022-12-10 21:13:36 -08:00
TouchControlVisibilityScreen.cpp allow binding custom right stick to analog 2024-07-16 16:06:13 +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 Split of the JitCompareScreen into its own files 2024-06-05 12:38:52 +02:00
UI.vcxproj.filters Split of the JitCompareScreen into its own files 2024-06-05 12:38:52 +02:00