- 04 Jan, 2024 10 commits
-
-
liamwhite authored
android: Expose more orientation options
-
liamwhite authored
frontend_common: config: Move WriteIntegerSetting definition to header
-
liamwhite authored
actions: android: Allow for manually triggering Android builds
-
liamwhite authored
android: Disable compression for zip exports
-
liamwhite authored
KThread: Send termination interrupt to all cores a thread has affinity to
-
liamwhite authored
service: hid: Implement NpadResource and NpadData
-
t895 authored
-
t895 authored
-
Narr the Reg authored
-
Narr the Reg authored
-
- 03 Jan, 2024 4 commits
- 02 Jan, 2024 8 commits
-
-
t895 authored
Disables compression for user data and save exports
-
Merry authored
KThread::RequestTerminate may run from a thread which is not the CurrentCore, and thus masking this out is erroneous.
-
liamwhite authored
yuzu: Use displayed port on direct connect
-
Narr the Reg authored
-
liamwhite authored
android: Fix dpad position saving
-
liamwhite authored
android: Use case-insensitive check for addon directory
-
t895 authored
-
t895 authored
Was using the wrong key previously
-
- 01 Jan, 2024 9 commits
-
-
liamwhite authored
Update translations (2024-01-01)
-
liamwhite authored
VideoCore: A few fixes to DMA and swapchain
-
liamwhite authored
service: hid: Use applet resource to get latest shared memory handle
-
liamwhite authored
android: Migrate remaining settings to ini
-
Narr the Reg authored
core_timing: minor refactors
-
Narr the Reg authored
core: track separate heap allocation for linux
-
Narr the Reg authored
ips_layer: prevent out of bounds access with offset exceeding module size
-
Narr the Reg authored
jit: use code memory handles correctly
-
The yuzu Community authored
-
- 31 Dec, 2023 3 commits
-
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Narr the Reg authored
-
- 30 Dec, 2023 6 commits
-
-
t895 authored
-
t895 authored
Since you can manually change the config file now, users can force the material you theme under Android 12 and that will result in crashing on startup. This swaps to the default theme if that happens.
-
t895 authored
It would break reading floating point settings
-
t895 authored
-
t895 authored
Previously this could cause problems if a version of the template generated for WriteSetting didn't use the type you needed (e.g. floating point values). Now these are all ready without having to be used within frontend_common first.
-
t895 authored
-