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-11-24
core/hid: Remove usage of native types, fix a couple of errors with motion
german77
2021-11-24
second commit lion review
german77
2021-11-24
kraken: Address comments from review
german77
2021-11-24
configuration: Migrate controller settings to emulated controller
german77
2021-11-24
core/frontend: Update applets
german77
2021-11-08
applets/swkbd: Fix text check message encoding
Morph
2021-11-08
applets/swkbd: Skip text checking if the text has been confirmed
Morph
2021-11-04
general: Get the current process program id directly from the system
Morph
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-10-11
Merge pull request #7110 from vonchenplus/fix_extract_offline_romefs_error
Morph
2021-10-11
applets/web: Fallback to loader to get the manual romfs if none is found
Feng Chen
2021-10-01
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-09-22
common/uuid: Add validity checking functions to interface
Lioncash
2021-08-19
applet_error: Fix 64-bit error code conversion
Morph
2021-08-04
applet_swkbd: Include the null terminator in the buffer size calculation
Morph
2021-07-30
applet_swkbd: Correct string buffer size calculation
Morph
2021-07-20
applet_controller: Add preliminary support for version 8
Morph
2021-07-15
applets/web: Resolve Nintendo CDN URLs
Morph
2021-07-14
applets: Append applet_ prefix to backend applets
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-27
applets/swkbd: Make use of std::move where applicable
Morph
2021-05-27
applets/swkbd: Only read the text check message on Failure/Confirm
Morph
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
hle: kernel: Remove deprecated Object class.
bunnei
2021-05-05
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...
bunnei
2021-05-05
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-05
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-05-05
service: Remove unused class variables
Lioncash
2021-05-04
service: Resolve cases of member field shadowing
Lioncash
2021-04-26
service: Eliminate cases of member shadowing
Lioncash
2021-04-17
applets: Send focus state change message on applet state change
Morph
2021-04-17
applets: Make the applet mode a protected property of Applet
Morph
2021-04-15
applets/swkbd: Implement the Normal and Inline Software Keyboard Applet
Morph
2021-04-15
applets: Pass in the LibraryAppletMode each applet's constructor
Morph
2021-04-15
applets: Remove the previous software keyboard applet implementation
Morph
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
[next]