index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
am
/
applets
Age
Commit message (
Expand
)
Author
2024-01-29
am: re-namespace frontend applets to frontend directory
Liam
2024-01-29
service: split am into components
Liam
2024-01-28
Merge pull request #12802 from german77/mii_interface
liamwhite
2024-01-26
service: mii: Migrate service to new interface
Narr the Reg
2024-01-25
result: Make fully constexpr, add ON_RESULT_INCLUDED
FearlessTobi
2024-01-25
fs: Replace Mode enum by OpenMode enum
FearlessTobi
2024-01-25
vfs: Move vfs files to their own directory
FearlessTobi
2024-01-08
Fix typos in src/core (#12625)
Viktor Szépe
2024-01-05
hid_core: Move hid to it's own subproject
Narr the Reg
2023-11-27
Merge pull request #12183 from german77/justmii
liamwhite
2023-11-25
service: nfc: Validate mii data
german77
2023-11-25
service: am: Create random mii for cabinet applet
german77
2023-11-19
Implemented qlaunch version of the controller applet
FrozenAra
2023-11-05
service: am: Set the correct album program id
german77
2023-11-05
yuzu: Only store games in the recently played list
german77
2023-10-31
romfs: fix extraction of single-directory root
Liam
2023-10-29
core: Close all KEvents
german77
2023-10-07
service: Stub multiple functions to increase stability of album applet
Narr the Reg
2023-10-01
service: am: Set push in arguments according to the launched applet
Narr the Reg
2023-09-27
service: mii: Fix reported bugs
german77
2023-09-21
am: mii_edit: Implement DB operations
Narr the Reg
2023-09-11
mii: Prepare Interface for new implementation
german77
2023-09-10
service: mii: separate mii types into their own file
german77
2023-09-07
service: mii: Fix broken mii on MK8
Narr the Reg
2023-08-15
vfs: expand support for NCA reading
Liam
2023-06-21
input_common: Implement native mifare support
Narr the Reg
2023-05-05
service: nfc: Merge device interfaces and create the device manager
Narr the Reg
2023-04-01
Merge pull request #10006 from german77/profile_select
liamwhite
2023-03-30
applet: controller: Implement cancel button
german77
2023-03-29
service: am: Improve profile select applet
Narr the Reg
2023-03-25
qt: implement RequestExit for applets
Liam
2023-03-25
applets: implement RequestExit
Liam
2023-03-09
service: nfp: Improve implementation
Narr the Reg
2023-03-06
hle: rename legacy errors to Results
Liam
2023-02-13
general: rename CurrentProcess to ApplicationProcess
Liam
2022-11-20
Merge pull request #9238 from german77/cabinet_applet
bunnei
2022-11-13
Add break for default cases
Kyle Kienapfel
2022-11-13
general: Address review comments
german77
2022-11-13
service: am: Fix cabinet applet result
german77
2022-11-13
service: am: Implement cabinet applet backend
german77
2022-10-22
general: Enforce C4800 everywhere except in video_core
Morph
2022-10-12
kernel: remove KWritableEvent
Liam
2022-09-07
core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixes
Narr the Reg
2022-09-03
core: ns: Implement pl:s service
Narr the Reg
2022-07-24
applet/swkbd: Implement optional symbol keys
Morph
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-01
applets/web: Keep foreground (websession) web applet open
Morph
2022-03-25
Merge pull request #8041 from Morph1984/inline-swkbd
bunnei
[next]