ppsspp/UI
2013-10-20 17:33:46 +02:00
..
ControlMappingScreen.cpp Don't push the second srcreen. 2013-09-25 01:37:25 +08:00
ControlMappingScreen.h Receive language change message in another screen 2013-09-14 11:52:59 +02:00
CwCheatScreen.cpp Remove ifdefs. All platforms use the same cheat directories now(or they should :/ ). 2013-10-15 03:41:11 -04:00
CwCheatScreen.h Fix Mem Leak and other small fixes. 2013-10-02 17:37:39 -05:00
DevScreens.cpp Merge pull request #4228 from thedax/i7CPUDetection 2013-10-17 16:27:01 -07:00
DevScreens.h Add a function to change log channel for convenience. 2013-10-18 00:23:57 +08:00
EmuScreen.cpp allow loading and unloading of onScreen control coordinates. Also, use sane (bottom left origin)coordinate system for all onScreen elements 2013-10-20 00:39:38 +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 We don't really need DIRECTORY_FLASH0 or DIRECTORY_MEMSTICK. 2013-10-15 03:41:10 -04:00
GameInfoCache.h Make a distinction between savedata and installdata. 2013-10-03 20:44:16 +08:00
GamepadEmu.cpp Remove rebase junk, update CMakeLists.txt, update Android.mk. 2013-10-19 23:51:58 -04:00
GamepadEmu.h allow loading and unloading of onScreen control coordinates. Also, use sane (bottom left origin)coordinate system for all onScreen elements 2013-10-20 00:39:38 +02:00
GameScreen.cpp Cosmetic fix to gamescreen 2013-10-16 22:33:47 +02:00
GameScreen.h Make a distinction between savedata and installdata. 2013-10-03 20:44:16 +08:00
GameSettingsScreen.cpp Make the touch visibility thing a "subdialog" of the layout editor. 2013-10-20 17:33:46 +02:00
GameSettingsScreen.h Make the touch visibility thing a "subdialog" of the layout editor. 2013-10-20 17:33:46 +02:00
MainScreen.cpp Make the touch visibility thing a "subdialog" of the layout editor. 2013-10-20 17:33:46 +02:00
MainScreen.h Don't crash if the pause screen is closed quickly. 2013-09-15 14:58:49 -07:00
MiscScreens.cpp Make the touch visibility thing a "subdialog" of the layout editor. 2013-10-20 17:33:46 +02:00
MiscScreens.h Make the touch visibility thing a "subdialog" of the layout editor. 2013-10-20 17:33:46 +02:00
NativeApp.cpp Windows build fixes 2013-10-19 23:09:27 +02:00
OnScreenDisplay.cpp Don't crash on post-shader compile errors. 2013-10-13 12:06:55 +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
ReadMe.txt Move non-Android specific stuff from android/jni to /UI. 2013-03-30 15:46:26 +01:00
TouchControlLayoutScreen.cpp Make the touch visibility thing a "subdialog" of the layout editor. 2013-10-20 17:33:46 +02:00
TouchControlLayoutScreen.h Make the touch visibility thing a "subdialog" of the layout editor. 2013-10-20 17:33:46 +02:00
TouchControlVisibilityScreen.cpp Fix incorrect translation category. 2013-10-20 10:53:46 -04:00
TouchControlVisibilityScreen.h Fix Android build, adjust includes. 2013-10-20 00:12:55 -04: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 TouchControlVisibility.cpp/h to Visual Studio project "UI". 2013-10-19 23:34:00 -04:00
UI.vcxproj.filters Add TouchControlVisibility.cpp/h to Visual Studio project "UI". 2013-10-19 23:34:00 -04: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.

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