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
/
apm
/
interface.cpp
Age
Commit message (
Expand
)
Author
2021-07-14
service: Append service name prefix to common filenames
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-01-08
Stub IsCpuOverclockEnabled
german
2020-12-07
core: Remove unnecessary enum casts in log calls
Lioncash
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2019-06-28
apm: Implement SetCpuBoostMode
Zach Hilman
2019-06-28
apm: Add getters for performance config and mode
Zach Hilman
2019-04-11
service: Update service function tables
Lioncash
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-08-07
service/apm: Add the apm:sys service
Lioncash
2018-07-20
apm: Improve stub for GetPerformanceConfiguration.
bunnei
2018-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-24
apm: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-02-09
apm: Refactor service impl. to support multiple ports.
bunnei