| Age | Commit message (Collapse) | Author |
|
We can just make use of the reference member variable instead of
accessing the global system instance.
|
|
Removes all uses of the global system accessor within the BCAT
interface.
|
|
Amends the doxygen comments so that they properly resolve. While we're
at it, we can correct some typos and fix up some of the comments'
formatting in order to make them slightly nicer to read.
|
|
Makes it explicit that the header is intended for iterator-based
algorithms that can ideally operate on any type.
|
|
Makes the header more general for other potential algorithms in the
future. While we're at it, include a missing <functional> include to
satisfy the use of std::less.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
yuzu/configure_input_player: Fix input handling for ZL and ZR from controllers with analog triggers
|
|
file_sys: Add code to access raw gamecard partitions and lazily load them
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|