..
Android.mk
Break out EmuScreen's key/axis inputs to ControlMapper.cpp/h
2021-07-08 22:24:00 +02:00
AndroidAudio.cpp
Store the OpenSL error in a global to avoid "No context"
2021-06-16 07:28:45 +02:00
AndroidAudio.h
Store the OpenSL error in a global to avoid "No context"
2021-06-16 07:28:45 +02:00
AndroidContentURI.h
Add support for writing to file. Basics work now (having memstick on a content path)
2021-06-07 00:24:52 +02:00
AndroidEGLContext.cpp
Move most GPU things to Common.
2020-10-04 23:39:02 +02:00
AndroidEGLContext.h
Move most GPU things to Common.
2020-10-04 23:39:02 +02:00
AndroidGraphicsContext.h
Move most GPU things to Common.
2020-10-04 23:39:02 +02:00
AndroidJavaGLContext.cpp
Move most GPU things to Common.
2020-10-04 23:39:02 +02:00
AndroidJavaGLContext.h
Move most GPU things to Common.
2020-10-04 23:39:02 +02:00
AndroidVulkanContext.cpp
Move most GPU things to Common.
2020-10-04 23:39:02 +02:00
AndroidVulkanContext.h
Vulkan: Remove support for the old VK_EXT_debug_report extension
2020-06-21 23:04:51 +02:00
app-android.cpp
Refactor and unify analog input settings
2021-07-05 12:38:46 +02:00
app-android.h
Split out AndroidStorage.cpp from android/jni/app-android.cpp, move to Common
2021-06-07 00:26:24 +02:00
Application.mk
Also update Application.mk for the old build system.
2017-12-07 23:47:54 +01:00
Arm64EmitterTest.cpp
Getting really close to getting rid of base/logging.h now.
2020-08-15 19:09:01 +02:00
Arm64EmitterTest.h
Add "Arm64EmitterTest" which can run on startup to play around with instructions.
2015-04-06 18:13:26 +02:00
ArmEmitterTest.cpp
Getting really close to getting rid of base/logging.h now.
2020-08-15 19:09:01 +02:00
ArmEmitterTest.h
Make the armjit branch compile on Blackberry, compatible with iOS. Still crashes on ArmEmitterTest().
2012-12-13 11:41:30 +10:00
Locals.mk
Build: Add libzstd to build.
2021-04-11 09:13:10 -07:00
OpenSLContext.cpp
Remove asserts from OpenSL init. Expose error inside audio settings
2021-06-15 23:13:07 +02:00
OpenSLContext.h
Remove asserts from OpenSL init. Expose error inside audio settings
2021-06-15 23:13:07 +02:00
TestRunner.cpp
Address all the easy feedback. Some is left.
2021-05-13 10:39:17 +02:00
TestRunner.h
Fix running the CPU test from the UI.
2018-01-04 18:10:41 +01:00