| Age | Commit message (Collapse) | Author |
|
|
|
|
|
be signalled after a timeout or a cancel.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In case of redundant yields, the scheduler will now idle the core for
it's timeslice, in order to avoid continuously yielding the same thing
over and over.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Core Timing: Rework Core Timing to run all cores evenly.
|
|
pl_u: Move open source font archives and fix NAND error
|
|
file_sys: Add code to access raw gamecard partitions and lazily load them
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Services::ES fix casting warnings
|
|
lm: Rewrite logger to use core reporting services
|
|
Makes use of the already existing DeactivateController function.
|
|
|
|
core: Remove Core::CurrentProcess()
|
|
We need to perform explicit casts here, otherwise we're implicitly
truncating a 64-bit type to a 32-bit one.
|
|
Without this, the std::move within the constructor initializer list
won't be able to actually perform a move.
|
|
Allows us to remove a constructor initializer list.
|
|
Given the string is appended to another, we can make it a view so a
redundant full copy of the string isn't made.
|
|
This member function doesn't modify internal member state, so it can be
marked const.
|
|
On parse errors, we can log out the explanatory string indicating what
the parsing error was, rather than just ignoring the variable and
returning an overly broad error code.
|
|
This isn't used anywhere in either the cpp or header file.
|