Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-18 | Merge pull request #12683 from german77/amiibo-dump | liamwhite | |
service: nfc: Create backup when none exist | |||
2024-01-18 | Merge pull request #12644 from liamwhite/vkspec-image-offset | liamwhite | |
shader_recompiler: fix Offset operand usage for non-OpImage*Gather | |||
2024-01-18 | Merge pull request #12702 from german77/android-input | Charles Lombardo | |
input_common: Add android input engine | |||
2024-01-17 | input_common: Add android input engine | Narr the Reg | |
2024-01-17 | android: Save overlay data while using emulation fragment | t895 | |
This should have been fully embraced before but the items within the popup menu and the adjust controls dialog fell through. This ensures that everything related to the overlay is saved during emulation and can't be lost during a crash. | |||
2024-01-16 | Merge pull request #12380 from flodavid/save-profile | Narr the Reg | |
Save configuration profile name used by players | |||
2024-01-16 | Fix typos in master | Viktor Szépe | |
2024-01-16 | Merge remote-tracking branch 'origin/master' into typos3 | Viktor Szépe | |
2024-01-15 | Fix typos in arrays.xml | Viktor Szépe | |
2024-01-15 | Fix one more typo | Viktor Szépe | |
2024-01-15 | Fix more typos | Viktor Szépe | |
2024-01-15 | service: nfc: Create backup when none exist | Narr the Reg | |
2024-01-15 | Merge pull request #12681 from t895/stick-toggles | liamwhite | |
android: Fix overlay toggle ordering | |||
2024-01-15 | Merge pull request #12677 from GPUCode/whyy-modders | liamwhite | |
core: Support multiple modules per patcher | |||
2024-01-15 | Merge pull request #12665 from german77/proof | liamwhite | |
service: acc: Only save profiles when profiles have changed | |||
2024-01-15 | Merge pull request #12659 from liamwhite/audio-memory | Charles Lombardo | |
audio: fetch process object from handle table | |||
2024-01-15 | Merge pull request #12652 from liamwhite/huge-pile-of-spirv-spaghetti | Charles Lombardo | |
shader_recompiler: emulate 8-bit and 16-bit storage writes with cas loop | |||
2024-01-15 | Merge pull request #12612 from liamwhite/fs-pid | Charles Lombardo | |
fsp-srv: use program registry for SetCurrentProcess | |||
2024-01-15 | Merge pull request #12611 from liamwhite/resource-management-is-hard | Charles Lombardo | |
kernel: fix resource management issues | |||
2024-01-15 | Merge pull request #12610 from liamwhite/reply-and-dont-receive | Charles Lombardo | |
server_manager: respond to session close correctly | |||
2024-01-15 | android: Fix overlay toggle ordering | t895 | |
2024-01-15 | core: Support multiple modules per patcher | GPUCode | |
2024-01-13 | Merge pull request #12667 from t895/version-info | liamwhite | |
android: Show version name instead of build hash in about fragment | |||
2024-01-13 | android: Show version name instead of git hash in the about fragment | t895 | |
2024-01-13 | android: Clean up git commands in build.gradle | t895 | |
2024-01-13 | android: Move ktlintCheck to yuzu-verify | t895 | |
2024-01-13 | service: acc: Only save profiles when profiles have changed | german77 | |
2024-01-13 | loader: fix homebrew nro registration | Liam | |
2024-01-12 | kernel: optimize page free on shutdown | Liam | |
2024-01-12 | kernel: fix debugger and process list lifetime | Liam | |
2024-01-12 | kernel: fix page leak on process termination | Liam | |
2024-01-12 | audio: fetch process object from handle table | Liam | |
2024-01-12 | Merge pull request #12605 from german77/abstract | liamwhite | |
service: hid: Create abstracted pad structure | |||
2024-01-11 | service: hid: Create abstracted pad structure | german77 | |
2024-01-11 | shader_recompiler: emulate 8-bit and 16-bit storage writes with cas loop | Liam | |
2024-01-11 | fsp-srv: use program registry for SetCurrentProcess | Liam | |
2024-01-11 | shader_recompiler: fix Offset operand usage for non-OpImage*Gather | Liam | |
2024-01-10 | android: Fix added driver path | t895 | |
While this didn't break anything, the extra separator was unnecessary | |||
2024-01-10 | android: Add button to use global driver value | t895 | |
2024-01-10 | android: Reload driver data on importing user data | t895 | |
2024-01-10 | android: Rework driver fragment | t895 | |
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. | |||
2024-01-10 | android: Refactor DriverAdapter to use AbstractSingleSelectionList | t895 | |
2024-01-10 | android: Create generic single selection list adapter | t895 | |
2024-01-10 | android: Refactor recycler view adapters to use AbstractListAdapter | t895 | |
2024-01-10 | android: Create generic list adapter for basic lists | t895 | |
Simplifies basic setup for lists | |||
2024-01-10 | android: Refactor async diff adapters to use AbstractDiffAdapter | t895 | |
2024-01-10 | android: Create generic adapter and viewholder | t895 | |
Eliminates repeated code associated with every async differ list | |||
2024-01-09 | Merge pull request #12609 from liamwhite/wrong-name-again | Narr the Reg | |
vi: minor cleanups | |||
2024-01-08 | Fix typos in src/core (#12625) | Viktor Szépe | |
* Fix typos in src/core * Fix typo correction * Fix indentation of MemoryStateNames * Fix indent | |||
2024-01-08 | Save profile name used | flodavid | |
- Save the profile name in global config - Read the profile name when reading the global config |