Age | Commit message (Collapse) | Author |
|
general: applet multiprocess
|
|
android: Move JNI setup and helpers to common
|
|
|
|
|
|
|
|
VideoCore Refactor Part 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SMMU: A set of different fixes.
|
|
|
|
|
|
Move time services to new IPC and add debug printing
|
|
|
|
|
|
Also fixes builds on unusual toolchains where:
- u32 is unsigned int
- u64 is unsigned long long
- uintptr_t is unsigned long
|
|
Add some fixes/improvements to usage with the new IPC
|
|
|
|
|
|
Rework time services
|
|
|
|
Core: Implement Device Mapping & GPU SMMU
|
|
|
|
|
|
|
|
|
|
|
|
android: Migrate remaining settings to ini
|
|
core: track separate heap allocation for linux
|
|
|
|
|
|
Port citra-emu/citra#7146: "assert/logging: Stop the logging thread and flush the backends before crashing"
|
|
Co-Authored-By: SachinVin <26602104+SachinVin@users.noreply.github.com>
|
|
|
|
Co-Authored-By: GPUCode <47210458+GPUCode@users.noreply.github.com>
|
|
android: add oboe audio sink
|
|
|
|
|
|
android: Game Properties
|
|
Make system settings persistent across boots
|
|
Improve path splitting speed
|
|
|
|
|
|
|
|
|
|
|
|
In AbstractSetting, this removes the category, androidDefault, and valueAsString properties as they are no longer needed and have replacements. isSwitchable, global, and getValueAsString are all exposed and give better options for working with global/per-game settings.
|