ppsspp/UI
2013-09-10 14:38:57 +02:00
..
ControlMappingScreen.cpp Overhaul the Win32 UI. New things include: 2013-09-07 17:05:23 -04:00
ControlMappingScreen.h Overhaul the Win32 UI. New things include: 2013-09-07 17:05:23 -04:00
CwCheatScreen.cpp Add a check in OnImportCheat to avoid crashing when can not get the title from cheat.db 2013-09-09 14:26:37 +08:00
CwCheatScreen.h Fix Reading from cheat.db and enable/disable all 2013-08-31 21:15:50 -05:00
DevScreens.cpp More log categories, use them (and existing ones). Improve log config. 2013-09-07 22:02:55 +02:00
DevScreens.h More log categories, use them (and existing ones). Improve log config. 2013-09-07 22:02:55 +02:00
EmuScreen.cpp Try to prevent any remaining "stickiness" when you map analog axises to buttons/direction 2013-09-09 23:55:42 +02:00
EmuScreen.h Add optional "DevMenu" in-game button for quick access to things like log settings 2013-09-07 20:54:51 +02:00
GameInfoCache.cpp More log categories, use them (and existing ones). Improve log config. 2013-09-07 22:02:55 +02:00
GameInfoCache.h Error handling improvements 2013-08-10 19:56:47 +02:00
GamepadEmu.cpp Address some complaints about touch button opacity 2013-08-10 19:23:50 +02:00
GamepadEmu.h Warning fixes, fix hw back button on Android 2013-07-20 20:49:08 +02:00
GameScreen.cpp Another one 2013-09-03 16:48:02 +02:00
GameScreen.h Win32: Switch to a UNICODE build. This took quite a bit of fixing. 2013-08-26 19:00:16 +02:00
GameSettingsScreen.cpp Changed button opacity and scale slider min/max values 2013-09-10 14:38:57 +02:00
GameSettingsScreen.h Use a UI event for clearing recents. 2013-09-07 09:44:28 -07:00
MainScreen.cpp Overhaul the Win32 UI. New things include: 2013-09-07 17:05:23 -04:00
MainScreen.h Use a UI event for clearing recents. 2013-09-07 09:44:28 -07:00
MiscScreens.cpp Add screen to control debug levels. Will make it easier to access later. 2013-09-07 13:38:37 +02:00
MiscScreens.h Add screen to control debug levels. Will make it easier to access later. 2013-09-07 13:38:37 +02:00
NativeApp.cpp Warning fixes, make the back button exit the emu on the main screen on Android. 2013-09-04 10:51:14 +02:00
OnScreenDisplay.cpp Fall back to software transform when hardware transform fails. Should help Mali devices. 2013-06-06 10:09:37 +02:00
OnScreenDisplay.h Fall back to software transform when hardware transform fails. Should help Mali devices. 2013-06-06 10:09:37 +02:00
PluginScreen.cpp Another one 2013-09-03 16:48:02 +02:00
PluginScreen.h Misc UI stuff, back button should now work as expected. 2013-08-17 23:50:15 +02:00
ReadMe.txt Move non-Android specific stuff from android/jni to /UI. 2013-03-30 15:46:26 +01:00
ui_atlas_lowmem.cpp Add Russian to LowMem. Modify script to automatically build lowmem atlas at same time. 2013-08-21 12:30:13 +10:00
ui_atlas.cpp UI tweaks. Change to cleaner background image. 2013-08-20 00:49:25 +02:00
ui_atlas.h UI tweaks. Change to cleaner background image. 2013-08-20 00:49:25 +02:00
UI.vcxproj Add screen to control debug levels. Will make it easier to access later. 2013-09-07 13:38:37 +02:00
UI.vcxproj.filters Add screen to control debug levels. Will make it easier to access later. 2013-09-07 13:38:37 +02:00
UIShader.cpp Add glstate.colorLogicOp.disable(); to UIShader 2013-08-24 00:55:53 +08:00
UIShader.h Move non-Android specific stuff from android/jni to /UI. 2013-03-30 15:46:26 +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.

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