yuzu-android/src/core
Morph e1efab1f51
AM/ICommonStateGetter: Stub SetLcdBacklighOffEnabled (#3454)
* Stub SetLcdBacklighOffEnabled

Used by Super Smash Bros. Ultimate
We require backlight services to be implemented to turn on/off the backlight.

* Address feedback
2020-02-27 17:49:23 +01:00
..
arm Core: Set all hardware emulation constants in a single file. 2020-02-11 20:19:11 -04:00
crypto
file_sys Revert "system_archive: Fix Korean and Chinese fonts" 2020-01-30 22:02:15 -05:00
frontend Add 4:3 aspect ratio and address feedback 2020-02-14 14:39:04 -05:00
gdbstub Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. 2020-01-26 14:07:22 -04:00
hle AM/ICommonStateGetter: Stub SetLcdBacklighOffEnabled (#3454) 2020-02-27 17:49:23 +01:00
loader loader: provide default arguments (zero byte) to NSOs 2020-01-22 20:14:06 -08:00
memory Core: Set all hardware emulation constants in a single file. 2020-02-11 20:19:11 -04:00
tools Core: Set all hardware emulation constants in a single file. 2020-02-11 20:19:11 -04:00
CMakeLists.txt Kernel: Implement Time Manager. 2020-02-22 11:18:07 -04:00
constants.cpp
constants.h
core_manager.cpp System: Address Feedback 2020-01-27 09:54:11 -04:00
core_manager.h System: Address Feedback 2020-01-27 09:54:11 -04:00
core_timing_util.cpp Core: Set all hardware emulation constants in a single file. 2020-02-11 20:19:11 -04:00
core_timing_util.h Core: Set all hardware emulation constants in a single file. 2020-02-11 20:19:11 -04:00
core_timing.cpp Core: Set all hardware emulation constants in a single file. 2020-02-11 20:19:11 -04:00
core_timing.h
core.cpp System: Expose Host thread registering routines from kernel. 2020-02-22 11:18:07 -04:00
core.h System: Expose Host thread registering routines from kernel. 2020-02-22 11:18:07 -04:00
cpu_manager.cpp core/cpu_manager: Remove unused includes 2020-01-30 18:30:57 -05:00
cpu_manager.h Core: Set all hardware emulation constants in a single file. 2020-02-11 20:19:11 -04:00
hardware_interrupt_manager.cpp
hardware_interrupt_manager.h
hardware_properties.h Kernel: Rename ThreadCallbackHandleTable and Setup Thread Ids on Kernel. 2020-02-22 11:18:06 -04:00
memory.cpp core/memory: Create a special MapMemoryRegion for physical memory. 2020-01-18 08:38:47 +01:00
memory.h core/memory: Create a special MapMemoryRegion for physical memory. 2020-01-18 08:38:47 +01:00
perf_stats.cpp
perf_stats.h
reporter.cpp
reporter.h
settings.cpp
settings.h Add following aspect ratios: 16:9, 21:9, Stretch to Window 2020-02-13 22:17:28 -05:00
telemetry_session.cpp settings: Add settings for graphics backend 2020-01-29 17:53:11 -03:00
telemetry_session.h