index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
apm
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2023-08-22
general: Use console mode helper across project
lat9nq
2023-08-22
general: Convert use_docked_mode to an enumeration
lat9nq
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2023-02-15
Merge pull request #9782 from arades79/fix-consexpr-value-declaration-usage
liamwhite
2023-02-14
service: remove deleted services
Liam
2023-02-14
remove static from pointer sized or smaller types for aesthetics, change cons...
arades79
2023-02-14
add static lifetime to constexpr values to force compile time evaluation wher...
arades79
2022-09-01
Demote services from warning/info to debug to reduce log spam:
Kelebek1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-02-21
service: am: Update enum names to match documentation
Narr the Reg
2022-01-20
service: apm: Stub ISession SetCpuOverclockEnabled
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-07-14
service: Append service name prefix to common filenames
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-04-14
common: Move settings to common from core.
bunnei
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
2020-11-15
settings: Preparation for per-game input settings
Morph
2020-11-08
ipc_helpers: Remove usage of the global system instance
Lioncash
2019-10-17
apm/controller: Make SetPerformanceConfiguration() use an array of pairs over...
Lioncash
2019-10-17
apm/controller: Make GetCurrentPerformanceMode() a const member function
Lioncash
2019-10-04
service/apm: Silence -Wunused and -Wreorder
ReinUsesLisp
2019-06-28
apm: Implement SetCpuBoostMode
Zach Hilman
2019-06-28
apm: Add getters for performance config and mode
Zach Hilman
2019-06-28
apm: Add apm:am service
Zach Hilman
2019-06-28
apm: Add Controller class to manage speed data and application
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-23
apm/interface: Remove redundant declaration of InstallInterfaces()
Lioncash
2018-07-20
apm: Improve stub for GetPerformanceConfiguration.
bunnei
2018-07-19
hle/service: Make constructors explicit where applicable
Lioncash
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
2018-02-04
logger: Add APM service logging category.
bunnei
2018-01-24
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-24
service: Fix all incorrect IPC response headers.
bunnei
2018-01-20
Format: Run the new clang format on everything
James Rowe
2018-01-16
Services: Stubbed APM::OpenSession and the ISession interface.
Subv
2018-01-16
clang-format
MerryMage
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
[next]