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
2021-02-11
Merge pull request #5902 from lioncash/core-warn
bunnei
2021-02-10
software_keyboard: Implement Finalize request command
Morph
2021-02-09
am/controller: Remove [[fallthrough]] from unreachable path
Lioncash
2021-02-06
Merge pull request #5326 from german77/hidUpdate1
bunnei
2021-02-05
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-02-03
Fix npad struct to match switchbrew
german
2021-01-15
common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT
ReinUsesLisp
2020-12-18
applets/web: Implement the online web browser applet
Morph
2020-12-18
main, applets/web: Re-add progress dialog for RomFS extraction
Morph
2020-12-18
pl_u, applets/web: Decrypt shared fonts to TTF files
Morph
2020-12-18
applets/web: Implement the default web browser applet frontend
Morph
2020-12-18
applets/web: Implement the offline browser applet backend
Morph
2020-12-18
applets/web: Initial implementation of the web browser applet
Morph
2020-12-18
applets: Remove the previous web browser applet implementation
Morph
2020-12-08
Merge pull request #5166 from lioncash/log-cast
bunnei
2020-12-08
Merge pull request #5135 from Morph1984/applets-shadow
bunnei
2020-12-07
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-07
controller: Use std::move within ConvertToFrontendParameters()
Lioncash
2020-12-07
controller: Avoid unnecessary copies in ConfigurationComplete()
Lioncash
2020-12-05
applets: Resolve variable shadowing
Morph
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-11-15
controllers/npad: Rename NPadType to NpadStyleSet
Morph
2020-11-15
settings: Preparation for per-game input settings
Morph
2020-11-08
applets: Rename LibraryAppletVersion to ControllerAppletVersion
Morph
2020-11-08
applets/controller: Pop normal data for StrapGuide and FirmwareUpdate
Morph
2020-11-08
applets/controller: Introduce additional checks for mode and caller
Morph
2020-11-08
applets/controller: Add ControllerUpdateFirmwareArg struct
Morph
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-09-25
frontend/controller: Eliminate dependency on the global system instance
Lioncash
2020-09-04
Address feedback
Morph
2020-09-04
applets/controller: Set min_players to have a minimum value of 1.
Morph
2020-09-04
applets/controller: Implement "Explain Text"
Morph
2020-09-04
Project Mjölnir: Part 2 - Controller Applet
Morph
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-14
software_keyboard: Resolve a pessimizing move warning
Lioncash
2020-08-13
General: Tidy up clang-format warnings part 2
Lioncash
2020-07-20
Address issues
David Marcec
2020-07-19
swkbd: Return result for Calc request for inlined swkbd
David Marcec
2020-06-25
Prevent nullptr dereference on swkbd error case
David Marcec
2020-06-20
software_keyboard: Eliminate trivial redundant copies
Lioncash
2020-03-22
core/web_browser: Allow WebApplet to exit gracefully when an error occurs
FearlessTobi
2020-02-07
hle: services: Use std::shared_ptr instead of copy by value.
bunnei
2020-02-05
services: am: Clear events on PopOutData and PopInteractiveOutData.
bunnei
2020-02-05
am: Refactor IStorage interface.
bunnei
2020-02-05
applets: software_keyboard: Signal state change on end of interactive session.
bunnei
2020-02-05
applets: software_keyboard: Minor cleanup.
bunnei
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
[next]