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
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
2019-11-12
service: Resolve sign conversion errors
Lioncash
2019-11-06
Merge pull request #3062 from bunnei/event-improve
bunnei
2019-11-03
common_func: Use std::array for INSERT_PADDING_* macros.
bunnei
2019-11-03
kernel: events: Remove ResetType::Automatic.
bunnei
2019-09-30
applets: Add accessor for AppletFrontendSet
Zach Hilman
2019-09-04
service/am: Remove usages of global system accessors
Lioncash
2019-07-02
file_sys: Rename other ContentRecordType members
Bakugo
2019-06-24
applets: Pass current process title ID to applets
Zach Hilman
2019-06-24
general_frontend: Add documentation for parental controls and ecommerce applets
Zach Hilman
2019-06-24
web_browser: Only delete temporary directory if it was created
Zach Hilman
2019-06-24
web_browser: Take ECommerce applet frontend optionally in constructor
Zach Hilman
2019-06-24
web_browser: Use function tables for execute and initialize
Zach Hilman
2019-06-24
web_browser: Correct structures and properly parse TLVs/ShimKind
Zach Hilman
2019-06-24
applets: Track ECommerce and Parental Control applet frontends
Zach Hilman
2019-06-24
applets: Implement Auth applet backend
Zach Hilman
2019-06-21
Merge pull request #2482 from DarkLordZach/prepo
bunnei
2019-06-12
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
2019-06-05
Merge pull request #2526 from lioncash/global
Zach Hilman
2019-05-30
Merge pull request #1931 from DarkLordZach/mii-database-1
bunnei
2019-05-29
core/core: Remove unnecessary includes
Lioncash
2019-05-26
loader: Move NSO module tracking to AppLoader
Zach Hilman
2019-05-25
applets/error: Save report on error applet
Zach Hilman
2019-05-25
applets: Save report on stubbed applet
Zach Hilman
2019-05-18
core/kernel/object: Rename ResetType enum members
Lioncash
2019-04-25
mii_manager: Fix incorrect loop condition in mii UUID generation code
Zach Hilman
2019-04-25
profile_select: Port Service::Account::UUID to Common::UUID
Zach Hilman
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
applets: Add AppletManager class to control lifetime
Zach Hilman
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-05
core/hle/ipc: Remove unnecessary includes
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
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-23
Merge pull request #1781 from DarkLordZach/applet-profile-select
bunnei
[next]