ppsspp/UI
2013-06-27 16:28:38 +02:00
..
EmuScreen.cpp Merge branch 'new-ui'. Still incomplete. Enable by setting NewUI=True in ppsspp.ini 2013-06-27 16:28:38 +02:00
EmuScreen.h Add on-screen feedback for some keyboard shortcuts (so you know which setting was changed) 2013-05-22 18:00:06 +02:00
GameInfoCache.cpp Fix unknown.png issues properly this time :P 2013-06-23 17:57:24 +02:00
GameInfoCache.h Logic precedence error, warning fixes 2013-06-11 11:05:34 +02:00
GamepadEmu.cpp Toggle to adjust on-screen buttons scaling 2013-06-18 17:44:39 +08:00
GamepadEmu.h Add option for very transparent touch buttons 2013-06-17 20:28:22 +02:00
GameScreen.cpp Merge branch 'new-ui'. Still incomplete. Enable by setting NewUI=True in ppsspp.ini 2013-06-27 16:28:38 +02:00
GameScreen.h Move some stuff to native. Show game icon on newui game screen. Turn it off again (oops) 2013-06-09 13:42:00 +02:00
GameSettingsScreen.cpp Merge branch 'new-ui'. Still incomplete. Enable by setting NewUI=True in ppsspp.ini 2013-06-27 16:28:38 +02:00
GameSettingsScreen.h More NewUI, bugfix in ParamSFO where strings were created to include the trailing zero. 2013-06-09 12:41:12 +02:00
MainScreen.cpp Merge branch 'new-ui'. Still incomplete. Enable by setting NewUI=True in ppsspp.ini 2013-06-27 16:28:38 +02:00
MainScreen.h Merge branch 'new-ui'. Still incomplete. Enable by setting NewUI=True in ppsspp.ini 2013-06-27 16:28:38 +02:00
MenuScreens.cpp Merge branch 'new-ui'. Still incomplete. Enable by setting NewUI=True in ppsspp.ini 2013-06-27 16:28:38 +02:00
MenuScreens.h Hide the plugin download button on the main menu after downloading it. 2013-06-26 21:26:44 +02:00
NativeApp.cpp Merge branch 'master' of https://github.com/jtraynham/ppsspp into jtraynham-master 2013-06-26 22:56:53 +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 UI tweaks 2013-06-20 21:57:09 +02:00
PluginScreen.h Update native, fixing bug that prevented plugin downloads from working on Android. Fix black background.t 2013-06-10 23:21:47 +02:00
ReadMe.txt Move non-Android specific stuff from android/jni to /UI. 2013-03-30 15:46:26 +01:00
ui_atlas.cpp Update lang/ and zim assets. 2013-06-03 17:22:58 +08:00
ui_atlas.h Switch main UI font to one built to include Hiragana and Katakana. Don't know if that is enough. 2013-04-17 16:39:01 +02:00
UI.vcxproj More new-ui - a toggle, for example. 2013-06-10 22:06:51 +02:00
UI.vcxproj.filters More new-ui - a toggle, for example. 2013-06-10 22:06:51 +02:00
UIShader.cpp Possible fix for onscreen buttons turning black sometimes. 2013-04-21 19:32:56 +02: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.

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