ppsspp/UI
Unknown W. Brackets 8aed212952 UI: Allow installing texture packs from zips.
Requires the textures.ini to have a [games] section.
2019-07-14 17:43:51 -07:00
..
BackgroundAudio.cpp
BackgroundAudio.h
ComboKeyMappingScreen.cpp Log why the config is being saved (we seem to do it a bit much at times) 2019-02-23 11:55:44 +01:00
ComboKeyMappingScreen.h
ControlMappingScreen.cpp Log why the config is being saved (we seem to do it a bit much at times) 2019-02-23 11:55:44 +01:00
ControlMappingScreen.h
CwCheatScreen.cpp CwCheat warning fixes 2019-02-12 21:00:20 +01:00
CwCheatScreen.h
DevScreens.cpp JIT: Split VFPU_MTX disable options. To help with #9843 2019-06-03 23:28:15 +02:00
DevScreens.h Add simple UI for JIT feature disable flags 2019-02-04 13:00:08 +01:00
DiscordIntegration.cpp Common: Fix some unused ident and case warnings. 2019-06-22 13:22:12 -07:00
DiscordIntegration.h Discord: Attempt to explicitly cleanup on exit. 2018-11-10 09:49:08 -08:00
DisplayLayoutEditor.cpp
DisplayLayoutEditor.h
DisplayLayoutScreen.cpp Log why the config is being saved (we seem to do it a bit much at times) 2019-02-23 11:55:44 +01:00
DisplayLayoutScreen.h
EmuScreen.cpp Fix avi dump via render buffer instead, 2019-06-04 07:54:17 +02:00
EmuScreen.h UI: Pass touch/button releases to all screens. 2019-03-03 17:50:54 -08:00
GameInfoCache.cpp UI: Allow deletion of GE dumps from UI. 2019-03-21 19:49:32 -07:00
GameInfoCache.h Avoid trying to create a FileLoader for empty filenames 2019-02-25 21:35:51 +01:00
GamepadEmu.cpp UI: Check for step debugging on unthrottle. 2018-12-30 12:16:33 -08:00
GamepadEmu.h UI: Implement a glowing border touch control style. 2018-09-30 16:48:02 -07:00
GameScreen.cpp Improved Show in Folder: 2019-05-23 19:59:08 +02:00
GameScreen.h VK: Fix sometimes-missing images in GameScreen. Can't load textures from update(). (should probably make that possible though.. later). 2018-11-22 23:55:43 +01:00
GameSettingsScreen.cpp Remove Google Cardboard support. Fixes #11668 2019-07-01 14:47:42 +02:00
GameSettingsScreen.h Android: Allow using custom storage paths. 2019-02-18 09:15:15 -08:00
GPUDriverTestScreen.cpp Minor tweak to the test 2018-12-20 13:13:09 +01:00
GPUDriverTestScreen.h Don't leak the new pipelines 2018-12-20 11:14:50 +01:00
HostTypes.h
InstallZipScreen.cpp UI: Allow installing texture packs from zips. 2019-07-14 17:43:51 -07:00
InstallZipScreen.h UI: Allow installing texture packs from zips. 2019-07-14 17:43:51 -07:00
MainScreen.cpp Merge pull request #11866 from unknownbrackets/keyup 2019-03-18 11:16:35 +01:00
MainScreen.h Qt: Correct Browse... handling for multithreaded. 2019-02-17 07:48:32 -08:00
MiscScreens.cpp Linux: Draw the graphics API on the splash screen, like most other platforms. 2019-02-23 10:49:27 +01:00
MiscScreens.h Add some links to Discord where appropriate. 2018-09-16 20:04:10 +02:00
NativeApp.cpp Core: Use readable names for failed backends. 2019-06-22 12:48:56 -07:00
OnScreenDisplay.cpp
OnScreenDisplay.h
PauseScreen.cpp Fix avi dump via render buffer instead, 2019-06-04 07:54:17 +02:00
PauseScreen.h UI: Keep report image at right aspect ratio. 2018-09-21 23:24:36 -07:00
ProfilerDraw.cpp
ProfilerDraw.h
ReadMe.txt
RemoteISOScreen.cpp UI: Add a note for HTML link parsing. 2019-06-23 13:34:54 -07:00
RemoteISOScreen.h
ReportScreen.cpp UI: Update more browser links to https://. 2019-03-03 21:39:21 -08:00
ReportScreen.h
SavedataScreen.cpp Remove some unused code. 2019-04-28 13:17:08 +02:00
SavedataScreen.h UI: Allow sorting saves by date too. 2018-11-25 08:21:31 -08:00
Store.cpp More GameManager improvements. 2019-07-13 18:19:44 +02:00
Store.h
TextureUtil.cpp VK: Fix sometimes-missing images in GameScreen. Can't load textures from update(). (should probably make that possible though.. later). 2018-11-22 23:55:43 +01:00
TextureUtil.h
TiltAnalogSettingsScreen.cpp
TiltAnalogSettingsScreen.h
TiltEventProcessor.cpp
TiltEventProcessor.h
TouchControlLayoutScreen.cpp Log why the config is being saved (we seem to do it a bit much at times) 2019-02-23 11:55:44 +01:00
TouchControlLayoutScreen.h
TouchControlVisibilityScreen.cpp Log why the config is being saved (we seem to do it a bit much at times) 2019-02-23 11:55:44 +01:00
TouchControlVisibilityScreen.h
ui_atlas.cpp
ui_atlas.h
UI.vcxproj Travis: Build Windows on Travis too. 2019-07-06 14:56:29 -07:00
UI.vcxproj.filters Write rough framework for GPU discard test screen 2018-12-19 13:48:54 +01:00

========================================================================
    STATIC LIBRARY : UI Project Overview
========================================================================

AppWizard has created this UI library project for you.

No source files were created as part of your project.


UI.vcxproj
    This is the main project file for VC++ projects generated using an Application Wizard.
    It contains information about the version of Visual C++ that generated the file, and
    information about the platforms, configurations, and project features selected with the
    Application Wizard.

UI.vcxproj.filters
    This is the filters file for VC++ projects generated using an Application Wizard. 
    It contains information about the association between the files in your project 
    and the filters. This association is used in the IDE to show grouping of files with
    similar extensions under a specific node (for e.g. ".cpp" files are associated with the
    "Source Files" filter).

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" comments to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////