ppsspp/UI
Henrik Rydgård b7a4962f88 Merge pull request #1455 from nachume/localization
Fixed JP localization
2013-04-22 07:59:19 -07:00
..
EmuScreen.cpp Background thread for icon loading, show in game list. Switch to GNU STL in Android port. 2013-04-13 21:24:07 +02: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 #1455 from nachume/localization 2013-04-22 07:59:19 -07:00
MenuScreens.h Switching default language depending on the selected language. Important for multilanguage games without language selection (e.g. God of War) 2013-04-21 19:35:05 +02:00
NativeApp.cpp Very basic internationalization. Does not work on Android yet due to location of ini files. 2013-04-18 12:06:26 +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 Use the Roboto font for Latin and Russian chars, keep Arial for the rest for now. Add missing chars. 2013-04-21 21:55:08 +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 Move non-Android specific stuff from android/jni to /UI. 2013-03-30 15:46:26 +01: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.

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