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
/
applet_oe.cpp
Age
Commit message (
Expand
)
Author
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-11-24
hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)
bunnei
2019-09-04
service/am: Remove usages of global system accessors
Lioncash
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
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-11-07
Ability to switch between docked and undocked mode in-game
David Marcec
2018-10-21
am: Update service function tables
Lioncash
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-07-19
hle/service: Make constructors explicit where applicable
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-05-25
Add & correct miscellaneous things (#470)
greggameplayer
2018-04-24
am: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-10
Updated AppletOE with more service names.
Hexagon12
2018-02-04
logger: Add AM service logging category.
bunnei
2018-02-02
Service/am: Add AppletAE service (#153)
mailwl
2018-01-24
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-24
service: Fix all incorrect IPC response headers.
bunnei
2018-01-22
AppletOE: Stubbed CreateManagedDisplayLayer to create a new layer in the Defa...
Subv
2018-01-22
AppletOE: Make ISelfController keep a reference to nvflinger.
Subv
2018-01-20
Format: Run the new clang format on everything
James Rowe
2018-01-19
Merge pull request #112 from Rozelette/master
bunnei
2018-01-19
acc, set, applet_oe: stub various functions, add set service (#105)
goaaats
2018-01-19
ISelfController: Stub LockExit and UnlockExit
Rozlette
2018-01-19
applet_oe: Clang-format.
bunnei
2018-01-18
Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc...
gdkchan
2018-01-16
applet_oe: Fix GetOperationMode and GetPerformanceMode.
bunnei
2018-01-16
Services: Stubbed APM::OpenSession and the ISession interface.
Subv
2018-01-16
AppletOE: Stub a bunch of functions required by libnx homebrew.
Subv
2018-01-16
implemented more of ISelfController and IApplicationFunctions
David Marcec
2018-01-15
applet_oe: Stub SetFocusHandlingMode, GetCurrentFocusState, SetTerminateResult.
bunnei
2018-01-14
Games expect 15 for ICommonStateGetter::ReceiveMessage in order to continue e...
David Marcec
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2018-01-07
AppletOE: Fixed command buffer structure for ReceiveMessage.
Subv
2018-01-07
IPC: Corrected some command header sizes in appletOE.
Subv
2018-01-07
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain obj...
Subv
2017-12-29
applet_oe: Stub out a bunch of interfaces necessary for boot.
bunnei
2017-12-28
service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.
bunnei
2017-10-14
hle: Add service stubs for apm and appletOE.
bunnei