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-11-24
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-21
Merge pull request #3112 from lioncash/skip
bunnei
2019-11-21
Merge pull request #3111 from lioncash/query
bunnei
2019-11-15
Merge pull request #3091 from lioncash/core-conversion
bunnei
2019-11-14
service/am: Remove unnecessary Skip calls
Lioncash
2019-11-14
am: Stub QueryApplicationPlayStatistics
Lioncash
2019-11-12
service: Update function tables
Lioncash
2019-11-12
service: Resolve sign conversion errors
Lioncash
2019-11-11
Implement stub for QueryApplicationPlayStatisticsByUid
Michael Scire
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-11-03
core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyri...
FearlessTobi
2019-10-15
bcat: Remove use of global system accessors
Lioncash
2019-10-06
hle/service: Replace global system instance calls with instance-based ones
Lioncash
2019-10-04
service/am: Silence -Wreorder
ReinUsesLisp
2019-10-01
bcat: Add FSC accessors for BCAT data
Zach Hilman
2019-09-30
am: Unstub PopLaunchParameter and add bcat connection for app-specific data
Zach Hilman
2019-09-30
applets: Add accessor for AppletFrontendSet
Zach Hilman
2019-09-23
Merge pull request #2683 from DarkLordZach/lock-exit
David
2019-09-22
Deglobalize System: Am
David Marcec
2019-09-21
qt: Prompt user for confirmation if exit lock is active
Zach Hilman
2019-09-21
am: Implement ISelfController ExitLock commands
Zach Hilman
2019-09-21
am: Implement ISelfController Exit
Zach Hilman
2019-09-21
am: Add RequestExit event to AppletMessageQueue
Zach Hilman
2019-09-21
configure_debug: Move reporting option to logging
Zach Hilman
2019-09-21
services: Pass FileSystemController as reference to services that need it
Zach Hilman
2019-09-21
am: Unstub IApplicationFunctions EnsureSaveData (20)
Zach Hilman
2019-09-04
service/am: Remove usages of global system accessors
Lioncash
2019-09-04
AM: Stub IApplicationFunctions::GetGpuErrorDetectedSystemEvent (#2827)
mailwl
2019-07-11
service/am: Implement IsAutoSleepDisabled
Lioncash
2019-07-11
service/am: Implement SetAutoSleepDisabled
Lioncash
2019-07-07
Merge pull request #2651 from DarkLordZach/apm-boost-mode-1
bunnei
2019-07-06
clang-format fixes
Michael Scire
2019-07-06
am: Implement GetAccumulatedSuspendedTickValue
Michael Scire
2019-07-02
file_sys: Rename other ContentRecordType members
Bakugo
2019-06-28
am: Implement SetCpuBoostMode in terms of APM
Zach Hilman
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-16
Signalled accumulated_suspended_tick_changed_event on creation based on RE
David Marcec
2019-06-16
Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Part...
David Marcec
2019-06-12
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
[next]