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
/
fatal
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
2024-01-25
result: Make fully constexpr, add ON_RESULT_INCLUDED
FearlessTobi
2023-12-22
general: properly support multiple memory instances
Liam
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2023-02-13
general: rename CurrentProcess to ApplicationProcess
Liam
2022-07-14
service: fatal: Add function table
german77
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-04
general: Get the current process program id directly from the system
Morph
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
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-10-06
hle/service: Replace global system instance calls with instance-based ones
Lioncash
2019-09-22
Deglobalize System: Fatal
David Marcec
2019-08-29
accommodate for fmt update
Ethan
2019-05-25
fatal: Save report on fatal:u call
Zach Hilman
2019-03-30
service/fatal: Mark local variables as const where applicable
Lioncash
2019-03-30
service/fatal: Remove unnecessary semicolon
Lioncash
2019-03-30
service/fatal: Name FatalInfo structure members
Lioncash
2018-12-29
Moved log backtrace to arm_interface.cpp. Added printing of error code to fatal
David Marcec
2018-09-30
kernel/process: Make data member variables private
Lioncash
2018-09-25
service: Add missing headers inclusions where applicable
Lioncash
2018-09-23
Implemented fatal:u properly (#1347)
David
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-18
rename fatal:u functions & add ThrowFatal
greggameplayer
2018-05-18
Properly update fatal.h void name
greggameplayer
2018-05-18
Properly rename fatal module functions
greggameplayer
2018-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
2018-04-24
fatal: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-03-20
Service: add fatal:u, fatal:p services
mailwl