| Age | Commit message (Collapse) | Author |
|
Allows the use of the macro in constexpr-contexts.
Also avoids some potential problems when nesting braces inside it.
|
|
|
|
* Fix typos in src/core
* Fix typo correction
* Fix indentation of MemoryStateNames
* Fix indent
|
|
|
|
|
|
kernel: implement remaining IPC syscalls
|
|
|
|
|
|
|
|
Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously, we were mixing the raw CPU frequency and CNTFRQ.
The raw CPU frequency (1020 MHz) should've never been used as CNTPCT (whose frequency is CNTFRQ) is the only counter available.
|
|
|
|
kernel: use KTypedAddress for addresses
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kernel: clone fpu status on CreateThread
|
|
|
|
|
|
service: HLE multiprocess
|
|
|
|
Converts services to have their own processes
|
|
|
|
general: rename CurrentProcess to ApplicationProcess
|
|
constexpr static to static constexpr for consistency
Signed-off-by: arades79 <scravers@protonmail.com>
|
|
where possible
Signed-off-by: arades79 <scravers@protonmail.com>
|
|
|
|
|
|
|
|
|