ppsspp/UI
Henrik Rydgård d0197d072c Merge pull request #1801 from unknownbrackets/ui-tweaks
Add an option to enable reporting in the UI
2013-05-14 08:13:33 -07:00
..
EmuScreen.cpp Fix 2013-05-13 19:45:49 -05:00
EmuScreen.h Move non-Android specific stuff from android/jni to /UI. 2013-03-30 15:46:26 +01:00
GameInfoCache.cpp Fix copy-paste fail.. 2013-04-20 21:00:35 +02:00
GameInfoCache.h Clear the gameinfo cache on device lost. 2013-04-14 11:58:28 +02:00
GamepadEmu.cpp Move onscreen turbo to left of select. Force frameskip when unthrottled. 2013-04-14 12:11:49 +02:00
GamepadEmu.h Move non-Android specific stuff from android/jni to /UI. 2013-03-30 15:46:26 +01:00
MenuScreens.cpp Merge pull request #1801 from unknownbrackets/ui-tweaks 2013-05-14 08:13:33 -07:00
MenuScreens.h Change to ERROR_LOG , add True Color/Anisotropic Filtering 2013-04-28 09:46:18 +08:00
NativeApp.cpp Remove use of setlocale() in Osk as I could not figure out the purpose, and it broke stuff. 2013-04-25 10:42:31 +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 fonts again 2013-04-22 22:45:48 +02: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 Unify some VS project settings 2013-04-27 19:34:41 +02:00
UI.vcxproj.filters Move non-Android specific stuff from android/jni to /UI. 2013-03-30 15:46:26 +01: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.

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