index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
frontend
/
applets
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-14
1
-1
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
14
-42
/
+28
*
applets/mii: Remove frontend parameters
Morph
2022-03-22
2
-17
/
+4
*
service: Move mii enums and structs into its own file
Morph
2022-03-22
1
-1
/
+1
*
applets: Rename Mii to MiiEdit
Morph
2022-03-22
2
-7
/
+8
*
core: Reduce unused includes
ameerj
2022-03-19
1
-1
/
+0
*
applet: mii: Simple implementation of mii applet
german77
2022-03-01
2
-0
/
+54
*
general: Rename NewUUID to UUID, and remove the previous UUID impl
Morph
2022-02-05
2
-6
/
+5
*
profile: Migrate to the new UUID implementation
Morph
2022-02-05
2
-6
/
+6
*
core/hid: Fix controller type validation
german77
2021-12-30
1
-5
/
+5
*
core/hid: Rename NpadType to NpadStyleIndex
german77
2021-11-25
1
-5
/
+5
*
Morph review first wave
german77
2021-11-25
1
-3
/
+2
*
kraken: Address comments from review
german77
2021-11-25
2
-34
/
+25
*
core/frontend: Update applets
german77
2021-11-25
1
-9
/
+14
*
applets/swkbd: Skip text checking if the text has been confirmed
Morph
2021-11-08
2
-5
/
+6
*
core: Remove unused includes
ameerj
2021-11-04
3
-3
/
+0
*
core/profile_select: Avoid uninitialized read in SelectProfile()
Lioncash
2021-09-23
1
-1
/
+2
*
applets: Append applet_ prefix to backend applets
Morph
2021-07-14
2
-2
/
+2
*
general: Make most settings a BasicSetting
lat9nq
2021-06-28
1
-1
/
+1
*
applets/web: Fix a use-after-free when passing in the URL string
Morph
2021-04-28
2
-6
/
+7
*
applets/swkbd: Implement the Default Software Keyboard frontend
Morph
2021-04-15
2
-2
/
+236
*
applets: Remove the previous software keyboard applet implementation
Morph
2021-04-15
2
-53
/
+1
*
common: Move settings to common from core.
bunnei
2021-04-15
1
-1
/
+1
*
hid: Implement GC controller
german
2021-02-08
1
-0
/
+1
*
applets/web: Implement the online web browser applet
Morph
2020-12-18
2
-0
/
+17
*
main, applets/web: Re-add progress dialog for RomFS extraction
Morph
2020-12-18
2
-8
/
+8
*
applets/web: Implement the default web browser applet frontend
Morph
2020-12-18
2
-0
/
+20
*
applets: Remove the previous web browser applet implementation
Morph
2020-12-18
4
-136
/
+0
*
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-08
1
-3
/
+4
*
hid: Reorder all HID commands
Morph
2020-11-16
1
-2
/
+2
*
settings: Preparation for per-game input settings
Morph
2020-11-16
1
-2
/
+2
*
controller: Pass ControllerParameters by reference in ReconfigureControllers()
Lioncash
2020-10-27
2
-3
/
+3
*
Revert "core: Fix clang build"
bunnei
2020-10-21
2
-3
/
+2
*
core: Fix clang build
Lioncash
2020-10-18
2
-2
/
+3
*
frontend/controller: Eliminate dependency on the global system instance
Lioncash
2020-09-26
2
-4
/
+12
*
applets/controller: Resolve several compiler warnings
Morph
2020-09-04
1
-1
/
+2
*
Address feedback
Morph
2020-09-04
1
-0
/
+2
*
applets/controller: Modify heuristic to account for certain games
Morph
2020-09-04
1
-7
/
+12
*
applets/controller: Implement fallback applet for the SDL frontend
Morph
2020-09-04
1
-1
/
+34
*
applets/controller: Implement "Explain Text"
Morph
2020-09-04
1
-0
/
+3
*
Project Mjölnir: Part 2 - Controller Applet
Morph
2020-09-04
2
-0
/
+85
*
general_frontend: Add documentation for parental controls and ecommerce applets
Zach Hilman
2019-06-25
2
-4
/
+32
*
frontend: Add base class and default impl for ECommerce applet frontend
Zach Hilman
2019-06-25
2
-0
/
+102
*
web_browser: Rename OpenPage to OpenPageLocal
Zach Hilman
2019-06-25
2
-7
/
+7
*
frontend: Add base class and default impl of parent controls applet frontend
Zach Hilman
2019-06-25
2
-1
/
+52
*
profile_select: Port Service::Account::UUID to Common::UUID
Zach Hilman
2019-04-25
2
-7
/
+6
*
web_browser: Make OpenPage non-const
Zach Hilman
2019-04-17
2
-3
/
+3
*
main: Add GMainWindow hooks for Error display
Zach Hilman
2019-04-17
1
-1
/
+1
*
general_frontend: Add frontend scaffold for PhotoViewer applet
Zach Hilman
2019-04-17
2
-0
/
+55
*
frontend: Add frontend receiver for Error applet
Zach Hilman
2019-04-17
2
-0
/
+71
*
web_browser: Make OpenPage const
Zach Hilman
2019-04-17
2
-3
/
+3
*
core/frontend/applets/web_browser: Make OpenPage() non-const
Lioncash
2019-01-17
2
-3
/
+3
*
frontend: Add frontend responder for web browser
Zach Hilman
2018-12-28
2
-0
/
+52
*
frontend: Add frontend applet for ProfileSelect
Zach Hilman
2018-12-03
2
-0
/
+46
*
applet: Add operation completed callback
Zach Hilman
2018-11-18
2
-3
/
+7
*
software_keyboard: Make GetText asynchronous
Zach Hilman
2018-11-18
2
-5
/
+9
*
am: Allow applets to push multiple and different channels of data
Zach Hilman
2018-11-18
2
-8
/
+7
*
am: Implement ILibraryAppletAccessor IsCompleted and GetResult
Zach Hilman
2018-11-18
1
-0
/
+1
*
am: Implement text check software keyboard mode
Zach Hilman
2018-11-18
2
-0
/
+8
*
am: Deglobalize software keyboard applet
Zach Hilman
2018-11-18
2
-31
/
+36
*
qt/main: Register Qt Software Keyboard frontend with AM
Zach Hilman
2018-11-18
1
-0
/
+1
*
frontend/applets: Add frontend software keyboard provider and default
Zach Hilman
2018-11-18
2
-0
/
+61