..
BackgroundAudio.cpp
Audio: Correct protection against time skew.
2021-10-10 15:05:51 -07:00
BackgroundAudio.h
Introduce Path, start using it all over the place.
2021-05-13 10:39:16 +02:00
ChatScreen.cpp
Config: Don't save --fullscreen unless changed.
2022-05-28 15:47:12 -07:00
ChatScreen.h
UI: Track chat log changes more clearly.
2021-09-14 18:08:16 -07:00
ComboKeyMappingScreen.cpp
Allow to repeat a "single" button
2022-06-19 15:18:05 +02:00
ComboKeyMappingScreen.h
Global: Reduce includes of common headers.
2022-01-30 16:35:33 -08:00
ControlMappingScreen.cpp
UI: Allow cancel from analog speed mapping.
2022-07-04 20:20:13 -07:00
ControlMappingScreen.h
UI: Delay between successive mapping in controls.
2021-10-07 18:45:15 -07:00
CwCheatScreen.cpp
UI: Fix some sign/size comparison warnings.
2022-01-06 20:40:29 -08:00
CwCheatScreen.h
Introduce Path, start using it all over the place.
2021-05-13 10:39:16 +02:00
DevScreens.cpp
Simple hack to hide the search button in settings on small screens. Needs a better solution.
2022-07-26 14:11:37 +02:00
DevScreens.h
Global: Reduce includes of common headers.
2022-01-30 16:35:33 -08:00
DiscordIntegration.cpp
Global: Reduce includes of common headers.
2022-01-30 16:35:33 -08:00
DiscordIntegration.h
Global: Reduce includes of common headers.
2022-01-30 16:35:33 -08:00
DisplayLayoutEditor.cpp
Move fileutil, net, image loaders, ui to Common. ( #13506 )
2020-10-04 20:48:47 +02:00
DisplayLayoutEditor.h
Move most GPU things to Common.
2020-10-04 23:39:02 +02:00
DisplayLayoutScreen.cpp
Global: Reduce includes of common headers.
2022-01-30 16:35:33 -08:00
DisplayLayoutScreen.h
Global: Reduce includes of common headers.
2022-01-30 16:35:33 -08:00
EmuScreen.cpp
UI: Add analog speed limit mapping.
2022-07-04 19:14:05 -07:00
EmuScreen.h
UI: Decouple new chat display and tracking logic.
2021-09-14 18:08:16 -07:00
GameInfoCache.cpp
Detect ISO files from file contents if extensions are wrong.
2022-04-30 17:47:17 +02:00
GameInfoCache.h
Avoid creating a fileloader during shutdown.
2022-04-12 00:16:13 +02:00
GamepadEmu.cpp
Allow to repeat a "single" button
2022-06-19 15:18:05 +02:00
GamepadEmu.h
Allow to repeat a "single" button
2022-06-19 15:18:05 +02:00
GameScreen.cpp
Config: Move recent ISOs access to accessors.
2022-07-11 20:44:13 -07:00
GameScreen.h
Add version to game screen
2022-03-11 07:23:42 +01:00
GameSettingsScreen.cpp
Add confirmation dialog when generating a new Mac address
2022-07-27 23:17:18 +02:00
GameSettingsScreen.h
UI: Reduce IO for texture ini on dev settings.
2022-07-11 16:24:37 -07:00
GPUDriverTestScreen.cpp
Increase the difficulty of the GPU driver test
2022-06-18 14:23:09 +02:00
GPUDriverTestScreen.h
Global: Reduce includes of common headers.
2022-01-30 16:35:33 -08:00
HostTypes.h
SwicthUMD:Only update Switch UMD item of Windows menu instead of entire UI.
2020-10-22 17:45:29 +08:00
InstallZipScreen.cpp
UI: Reset ZIP install errors for new ZIPs.
2022-01-17 09:15:39 -08:00
InstallZipScreen.h
UI: Reset ZIP install errors for new ZIPs.
2022-01-17 09:15:39 -08:00
MainScreen.cpp
Main screen: Display .ppdmp filenames on buttons in grid mode
2022-07-18 11:03:02 +02:00
MainScreen.h
Scoped storage: Make the home button simply go to the root of the current directory tree.
2021-07-25 19:23:10 +02:00
MemStickScreen.cpp
Remove unmotivated check preventing texture ini creation on mobile. ( #15647 )
2022-07-10 22:34:44 +02:00
MemStickScreen.h
Threading: Remove a level of indirection from Promise and Mailbox.
2021-11-20 22:40:10 +01:00
MiscScreens.cpp
Config: Move recent ISOs access to accessors.
2022-07-11 20:44:13 -07:00
MiscScreens.h
Add a crude way to blacklist post/texture shaders from certain vendors.
2021-09-28 23:39:52 +02:00
NativeApp.cpp
Core: Track names of connected pad devices.
2022-07-04 19:14:04 -07:00
OnScreenDisplay.cpp
UI: Add text description for all views.
2021-02-21 16:38:02 -08:00
OnScreenDisplay.h
Couple warning fixes.
2021-03-09 00:09:36 +01:00
PauseScreen.cpp
UI: Fix save state scrollview height.
2021-08-31 20:18:22 -07:00
PauseScreen.h
Undo last save
2021-08-07 13:28:43 +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
ReadMe.txt
Move non-Android specific stuff from android/jni to /UI.
2013-03-30 15:46:26 +01:00
RemoteISOScreen.cpp
Global: Reduce includes of common headers.
2022-01-30 16:35:33 -08:00
RemoteISOScreen.h
Use Path for fullName in dirlisting. Bugfixes.
2021-05-13 10:39:16 +02:00
ReportScreen.cpp
Global: Reduce includes of common headers.
2022-01-30 16:35:33 -08:00
ReportScreen.h
Introduce Path, start using it all over the place.
2021-05-13 10:39:16 +02:00
SavedataScreen.cpp
UI: Add a sysprop for if the device has a keyboard.
2021-10-19 10:01:52 -07:00
SavedataScreen.h
UI: Asynchronously update size and dates on sort.
2021-09-23 22:31:43 -07:00
Store.cpp
Global: Reduce includes of common headers.
2022-01-30 16:35:33 -08:00
Store.h
Store: Display the error code in case of error downloading the json.
2021-08-22 12:21:44 +02:00
TextureUtil.cpp
UI: Centralize BG pic choosing a bit.
2021-04-04 10:57:40 -07:00
TextureUtil.h
Introduce Path, start using it all over the place.
2021-05-13 10:39:16 +02:00
Theme.cpp
Use hashtag for RGBA format
2022-07-08 06:43:26 +02:00
Theme.h
Allow to change atlas per theme
2022-04-01 09:59:40 +02:00
TiltAnalogSettingsScreen.cpp
UI: Cleanup another header misuse.
2021-09-27 17:47:15 -07:00
TiltAnalogSettingsScreen.h
Global: Reduce includes of common headers.
2022-01-30 16:35:33 -08:00
TiltEventProcessor.cpp
Merge pull request #12530 from iota97/tilt
2021-08-21 13:55:18 +02:00
TiltEventProcessor.h
Add L/R trigger button tilt support.
2015-12-20 23:16:45 -08:00
TouchControlLayoutScreen.cpp
Global: Reduce includes of common headers.
2022-01-30 16:35:33 -08:00
TouchControlLayoutScreen.h
Global: Reduce includes of common headers.
2022-01-30 16:35:33 -08:00
TouchControlVisibilityScreen.cpp
Rename Unthrottle to Fast-forward globally
2021-08-18 09:28:13 +02:00
TouchControlVisibilityScreen.h
Clean up unused event
2021-07-28 12:55:39 +02:00
UI.vcxproj
Adress feedback
2022-02-12 18:30:55 +01:00
UI.vcxproj.filters
Assorted plumbing.
2021-06-07 00:24:51 +02:00