ppsspp/UI
Henrik Rydgard 0c6ceee210 Optimize the resampler a little. Update native with new ability to not force 44khz so we actually get any use.
This causes Nexus 4 and Nexus 9 to end up on the fast path, greatly decreasing audio latency!

This also removes the "atomic audio" setting as the new audio code is lock-free always.
2015-01-11 18:06:42 +01:00
..
BackgroundAudio.cpp
BackgroundAudio.h
ControlMappingScreen.cpp Make "Back" button translatable on the analogs testing screen 2015-01-04 02:01:05 +01:00
ControlMappingScreen.h Show the last key event on the analogs testing screen 2015-01-03 17:59:43 +01:00
CwCheatScreen.cpp Move GamePauseScreen into its own file 2014-12-22 10:48:17 +01:00
CwCheatScreen.h Move GamePauseScreen into its own file 2014-12-22 10:48:17 +01:00
DevScreens.cpp Update native, expose platform audio sample rate in System Information on Android 2015-01-11 11:42:00 +01:00
DevScreens.h Add a basic debug console UI to the devmenu that shows some log scrollback and has a little command line. 2015-01-05 01:25:23 +01:00
EmuScreen.cpp Fix #6898 - buttons could disappear in non-buffered rendering 2015-01-04 18:00:59 +01:00
EmuScreen.h
GameInfoCache.cpp
GameInfoCache.h First attempt at save state UI with screenshot thumbnails in the pause screen 2014-12-31 15:34:51 +01:00
GamepadEmu.cpp
GamepadEmu.h
GameScreen.cpp
GameScreen.h
GameSettingsScreen.cpp Optimize the resampler a little. Update native with new ability to not force 44khz so we actually get any use. 2015-01-11 18:06:42 +01:00
GameSettingsScreen.h
HostTypes.h Remove useless indirection class "PSPMixer" 2015-01-11 12:02:49 +01:00
InstallZipScreen.cpp
InstallZipScreen.h
MainScreen.cpp Move GamePauseScreen into its own file 2014-12-22 10:48:17 +01:00
MainScreen.h Move GamePauseScreen into its own file 2014-12-22 10:48:17 +01:00
MiscScreens.cpp R/B was swapped in the clear color. Also updates native with consistency fix. 2015-01-01 11:26:23 +01:00
MiscScreens.h
NativeApp.cpp Optimize the resampler a little. Update native with new ability to not force 44khz so we actually get any use. 2015-01-11 18:06:42 +01:00
OnScreenDisplay.cpp Draw "OSM" as a view. ES 3.0: Tell tilers to discard depth/stencil of the backbuffer. 2014-12-31 20:43:28 +01:00
OnScreenDisplay.h Draw "OSM" as a view. ES 3.0: Tell tilers to discard depth/stencil of the backbuffer. 2014-12-31 20:43:28 +01:00
PauseScreen.cpp Update native with better Moga version detection. Show moga version in System information on Android. 2015-01-01 13:35:31 +01:00
PauseScreen.h Add a popup dialog when clicking savestate screenshots 2014-12-31 20:43:29 +01:00
ReadMe.txt
ReportScreen.cpp
ReportScreen.h
Store.cpp
Store.h
TiltAnalogSettingsScreen.cpp
TiltAnalogSettingsScreen.h
TiltEventProcessor.cpp
TiltEventProcessor.h
TouchControlLayoutScreen.cpp
TouchControlLayoutScreen.h
TouchControlVisibilityScreen.cpp
TouchControlVisibilityScreen.h
ui_atlas.cpp
ui_atlas.h
UI.vcxproj Move GamePauseScreen into its own file 2014-12-22 10:48:17 +01:00
UI.vcxproj.filters Move GamePauseScreen into its own file 2014-12-22 10:48:17 +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.

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