ppsspp/UI
2013-10-01 21:11:15 -05:00
..
ControlMappingScreen.cpp Receive language change message in another screen 2013-09-14 11:52:59 +02:00
ControlMappingScreen.h Receive language change message in another screen 2013-09-14 11:52:59 +02:00
CwCheatScreen.cpp CWCheat: Fix for crashing when exceeding cheat list size. Its now a pseudo-vector! Can accept any amount of cheats now. 2013-10-01 21:11:15 -05:00
CwCheatScreen.h Receive language change message in another screen 2013-09-14 11:52:59 +02:00
DevScreens.cpp Show GL Shading Language Version 2013-09-28 14:34:04 +05:00
DevScreens.h More log categories, use them (and existing ones). Improve log config. 2013-09-07 22:02:55 +02:00
EmuScreen.cpp Make chainfire3d warning translatable. 2013-09-17 10:29:11 +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 Prep PPSSPP for Visual Studio 2013. 2013-09-17 10:27:06 -04:00
GamepadEmu.h Warning fixes, fix hw back button on Android 2013-07-20 20:49:08 +02:00
GameScreen.cpp Merge pull request #3855 from papel/patch 2013-09-21 09:56:34 -07:00
GameScreen.h Add "Remove From Recent" funtion,more convenient for the users. 2013-09-19 16:10:31 +08:00
GameSettingsScreen.cpp Add FXAA antialiasing on non-mobile. Works best when render resolution = window size. 2013-09-26 12:41:59 +02:00
GameSettingsScreen.h Recreat all views when received language change message 2013-09-14 13:52:21 +08:00
MainScreen.cpp Use better approach to show either pic0 or pic1 2013-09-24 19:07:27 +08:00
MainScreen.h Don't crash if the pause screen is closed quickly. 2013-09-15 14:58:49 -07:00
MiscScreens.cpp Move GetLangValuesMapping out of MiscScreens.cpp so it can be used globally. 2013-09-25 21:06:58 -04: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 Rename Config::languageIni to Config::sLanguageIni for consistency. 2013-09-16 19:47:25 -04: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.

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