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
Age
Commit message (
Expand
)
Author
2019-05-19
Merge pull request #2487 from lioncash/service-return
Hexagon12
2019-05-18
service/am: Add missing return in error case for IStorageAccessor's Read()/Wr...
Lioncash
2019-05-18
core/kernel/object: Rename ResetType enum members
Lioncash
2019-04-17
web_browser: Make OpenPage non-const
Zach Hilman
2019-04-17
main: Add GMainWindow hooks for Error display
Zach Hilman
2019-04-17
general_backend: Move StubApplet and add backend PhotoViewer
Zach Hilman
2019-04-17
applets: Add Error applet
Zach Hilman
2019-04-17
applets: Port current applets to take frontend in constructor
Zach Hilman
2019-04-17
am: Delegate applet creation to AppletManager
Zach Hilman
2019-04-17
applets: Add AppletManager class to control lifetime
Zach Hilman
2019-04-11
service: Update service function tables
Lioncash
2019-04-09
Merge pull request #1957 from DarkLordZach/title-provider
bunnei
2019-04-04
hle/service: Resolve unused variable warnings
Lioncash
2019-04-03
Merge pull request #2328 from lioncash/transfer
bunnei
2019-04-03
service/am: Correct behavior of CreateTransferMemoryStorage()
Lioncash
2019-03-27
patch_manager: Dump NSO name with build ID
Zach Hilman
2019-03-26
game_list: Register content with ContentProvider
Zach Hilman
2019-03-26
service/am: Implement EnterFatalSection and LeaveFatalSection
Lioncash
2019-03-26
service/am: Sort ISelfController's member functions according to table order
Lioncash
2019-03-21
service/am: Add function table for IDebugFunctions
Lioncash
2019-03-18
service/am: Add basic implementation of ChangeMainAppletMasterVolume
Lioncash
2019-03-18
service/am: Unstub SetTransparentVolumeRate()
Lioncash
2019-03-18
service/am: Unstub SetExpectedMasterVolume()
Lioncash
2019-03-05
core/hle/ipc: Remove unnecessary includes
Lioncash
2019-02-05
service/nvflinger,service/vi: Handle failure cases with exposed API
Lioncash
2019-01-29
service/am/applet_ae: Update function tables
Lioncash
2019-01-17
core/frontend/applets/web_browser: Include missing headers
Lioncash
2019-01-17
core/frontend/applets/web_browser: Make OpenPage() non-const
Lioncash
2019-01-10
Merge pull request #1939 from DarkLordZach/web-applet
bunnei
2019-01-04
Proper no message handling for AM::PopMessage
David Marcec
2018-12-31
core/kernel: Remove unnecessary inclusions
Lioncash
2018-12-28
web_browser: Add bounds checking to applet interface
Zach Hilman
2018-12-28
core: Add getter and setter for WebBrowserApplet frontend
Zach Hilman
2018-12-28
applets: Implement LibAppletOff (Web) applet
Zach Hilman
2018-12-28
am: Add size parameter to am:IStorage logging
Zach Hilman
2018-12-27
am: Implement GetSaveDataSize and ExtendSaveData
Zach Hilman
2018-12-23
Merge pull request #1781 from DarkLordZach/applet-profile-select
bunnei
2018-12-21
Merge pull request #1914 from lioncash/id
bunnei
2018-12-17
service/am: Unstub GetAppletResourceUserId
Lioncash
2018-12-09
applets: Correct usage of SignalStateChanged event
Zach Hilman
2018-12-03
applets: Correct event ResetTypes from OneShot to Sticky
Zach Hilman
2018-12-03
am: Use ProfileSelect applet
Zach Hilman
2018-12-03
applets: Implement ProfileSelect applet
Zach Hilman
2018-12-03
software_keyboard: Signal state changed event upon construction
Zach Hilman
2018-11-29
hle_ipc: Refactor SleepClientThread to avoid ReadableEvent
Zach Hilman
2018-11-29
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-27
Reworked svcs slightly, improved error messages in AM and fsp_srv
David Marcec
2018-11-26
Improved error messages in AM, HwOpus and NvMap
David Marcec
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
[next]