index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
apm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Demote services from warning/info to debug to reduce log spam:
Kelebek1
2022-09-01
1
-1
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
6
-18
/
+12
*
service: am: Update enum names to match documentation
Narr the Reg
2022-02-22
2
-11
/
+14
*
service: apm: Stub ISession SetCpuOverclockEnabled
Morph
2022-01-21
1
-1
/
+13
*
core: Remove unused includes
ameerj
2021-11-04
1
-1
/
+0
*
service: Append service name prefix to common filenames
Morph
2021-07-14
5
-4
/
+4
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-7
/
+7
*
core: Make variable shadowing a compile-time error
Lioncash
2021-05-16
2
-6
/
+6
*
common: Move settings to common from core.
bunnei
2021-04-15
1
-1
/
+1
*
Stub IsCpuOverclockEnabled
german
2021-01-08
2
-1
/
+10
*
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-08
2
-6
/
+4
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
4
-13
/
+20
*
settings: Preparation for per-game input settings
Morph
2020-11-16
1
-1
/
+2
*
ipc_helpers: Remove usage of the global system instance
Lioncash
2020-11-08
1
-0
/
+1
*
apm/controller: Make SetPerformanceConfiguration() use an array of pairs over a map
Lioncash
2019-10-17
1
-14
/
+34
*
apm/controller: Make GetCurrentPerformanceMode() a const member function
Lioncash
2019-10-17
2
-2
/
+2
*
service/apm: Silence -Wunused and -Wreorder
ReinUsesLisp
2019-10-05
2
-4
/
+5
*
apm: Implement SetCpuBoostMode
Zach Hilman
2019-06-29
2
-0
/
+14
*
apm: Add getters for performance config and mode
Zach Hilman
2019-06-29
2
-33
/
+49
*
apm: Add apm:am service
Zach Hilman
2019-06-29
2
-11
/
+9
*
apm: Add Controller class to manage speed data and application
Zach Hilman
2019-06-29
2
-0
/
+138
*
service: Update service function tables
Lioncash
2019-04-11
1
-0
/
+2
*
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
David Marcec
2018-11-26
1
-9
/
+7
*
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2018-09-11
4
-3
/
+11
*
service/apm: Add the apm:sys service
Lioncash
2018-08-07
3
-0
/
+34
*
apm/interface: Remove redundant declaration of InstallInterfaces()
Lioncash
2018-07-24
1
-3
/
+0
*
apm: Improve stub for GetPerformanceConfiguration.
bunnei
2018-07-20
1
-1
/
+16
*
hle/service: Make constructors explicit where applicable
Lioncash
2018-07-19
1
-1
/
+1
*
Update clang format
James Rowe
2018-07-03
1
-1
/
+1
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-2
/
+2
*
apm: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-3
/
+3
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
4
-16
/
+8
*
apm: Refactor service impl. to support multiple ports.
bunnei
2018-02-10
4
-58
/
+100
*
logger: Add APM service logging category.
bunnei
2018-02-05
1
-2
/
+3
*
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-25
1
-3
/
+3
*
service: Fix all incorrect IPC response headers.
bunnei
2018-01-25
1
-1
/
+1
*
Format: Run the new clang format on everything
James Rowe
2018-01-21
1
-1
/
+2
*
Services: Stubbed APM::OpenSession and the ISession interface.
Subv
2018-01-17
2
-1
/
+51
*
clang-format
MerryMage
2018-01-16
1
-2
/
+1
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
2
-2
/
+2
*
service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.
bunnei
2017-12-28
2
-4
/
+2
*
hle: Add service stubs for apm and appletOE.
bunnei
2017-10-15
2
-0
/
+49