t895
8876a15227
android: Fix overlay toggle ordering
2 years ago
GPUCode
d4acdac168
core: Support multiple modules per patcher
2 years ago
t895
7b3941e5d4
android: Show version name instead of git hash in the about fragment
2 years ago
t895
15d8a40529
android: Clean up git commands in build.gradle
2 years ago
t895
cdeaca73c4
android: Move ktlintCheck to yuzu-verify
2 years ago
german77
bee22540a1
service: acc: Only save profiles when profiles have changed
2 years ago
Liam
76880b84f9
loader: fix homebrew nro registration
2 years ago
Liam
2f0b57ca13
kernel: optimize page free on shutdown
2 years ago
Liam
f90a022d3a
kernel: fix debugger and process list lifetime
2 years ago
Liam
f2fed21c11
kernel: fix page leak on process termination
2 years ago
Liam
d940974789
audio: fetch process object from handle table
2 years ago
german77
b5dac5f525
service: hid: Create abstracted pad structure
2 years ago
Liam
2a0d707ce1
shader_recompiler: emulate 8-bit and 16-bit storage writes with cas loop
2 years ago
Liam
aae9eea532
fsp-srv: use program registry for SetCurrentProcess
2 years ago
t895
d3ba6b334b
android: Fix added driver path
While this didn't break anything, the extra separator was unnecessary
2 years ago
t895
dac8c4ce4d
android: Add button to use global driver value
2 years ago
t895
9e974d4c7e
android: Reload driver data on importing user data
2 years ago
t895
6bfc3c530c
android: Rework driver fragment
Applies settings upon selection and uses a new Driver model to represent the information in-view. Also switches from an async diff list to a plain one.
2 years ago
t895
93239f191a
android: Refactor DriverAdapter to use AbstractSingleSelectionList
2 years ago
t895
b17db2b462
android: Create generic single selection list adapter
2 years ago
t895
9130366a58
android: Refactor recycler view adapters to use AbstractListAdapter
2 years ago
t895
ad0066a6b6
android: Create generic list adapter for basic lists
Simplifies basic setup for lists
2 years ago
t895
78c323c4eb
android: Refactor async diff adapters to use AbstractDiffAdapter
2 years ago
t895
51ad2d10de
android: Create generic adapter and viewholder
Eliminates repeated code associated with every async differ list
2 years ago
Viktor Szépe
f124461674
Fix typos in src/core ( #12625 )
* Fix typos in src/core
* Fix typo correction
* Fix indentation of MemoryStateNames
* Fix indent
2 years ago
Liam
ea710e6523
vi: connect vsync event handle lifetime to application display service interface
2 years ago
Liam
200b371d13
server_manager: respond to session close correctly
2 years ago
Liam
ae88ea79b2
vi: fix name of nvnflinger
2 years ago
Viktor Szépe
a959fb011f
Fix "Propietary" typo elsewhere
2 years ago
Viktor Szépe
53085a45e0
Fix typos in video_core
2 years ago
german77
bc2d1262d7
service: hid: Delete shared memory handle when unused
2 years ago
german77
0b4cc6e14c
service: hid: Make sure there's an active aruid handle
2 years ago
german77
5105b90017
service: hid: Implement GetLastActiveNpad
2 years ago
german77
3516a2d0bf
service: hid: Implement AssigningSingleOnSlSrPress
2 years ago
german77
f224ef6185
service: hid: Implement SetNpadSystemExtStateEnabled
2 years ago
german77
8e27a485d8
service: set: Rename files
2 years ago
german77
a36f4d0a9f
service: hid: Implement CaptureButtonAssignment
2 years ago
german77
37b0870ee3
service: set: Use official names
2 years ago
Narr the Reg
3dbe998f9b
service: hid: Add functions needed by Qlaunch
2 years ago
Narr the Reg
edfbf363de
service: hid: Handle pending delete
2 years ago
Narr the Reg
ee847f8ff0
hid_core: Move hid to it's own subproject
2 years ago
t895
53d4dbacf0
android: Re-add global save manager
Reworked to correctly collect and import/export saves that could exist in either /nand/user/save/000...000/<user id> or /nand/user/save/account/<user id raw string>
2 years ago
t895
39d28a5131
android: Save global config synchronously in onCloseGameFoldersFragment
Could cause multiple global saves at once that went untracked previously
2 years ago
t895
fa04dea7c4
frontend_common: config: Only write setting related to opened config file
If we tried to write a switchable setting to config that was not using global in the global config instance, we could write the per-game setting accidentally. This ensures that we always use the global setting for global config and the currently applied setting for custom config.
2 years ago
t895
1c278974a8
android: Don't save settings on config destruction
Android doesn't have a proper way of destroying its config object so it's best to stick to the built-in methods to control saving config
2 years ago
t895
2b838b6d06
android: Update orientation on emulation fragment start
2 years ago
t895
82ea082997
android: Expose all orientation locking options
2 years ago
Narr the Reg
5562322290
service: hid: Remove data races when handling shared memory
2 years ago
Narr the Reg
6a244465ce
service: hid: Implement NpadResource and NpadData
2 years ago
Emma
e5de3d5a77
android: add basic support for google game dashboard
2 years ago