| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
- More consistent with other system components.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
state.
|
|
memory code.
|
|
- This will be used for TLS pages, among other things.
|
|
space.
|
|
- helpful to disambiguate Kernel::Memory namespace.
|
|
|
|
|
|
|
|
|
|
kernel/thread: Resolve -Wswitch warnings
|
|
Allows reporting more cases where logic errors may exist, such as
implicit fallthrough cases, etc.
We currently ignore unused parameters, since we currently have many
cases where this is intentional (virtual interfaces).
While we're at it, we can also tidy up any existing code that causes
warnings. This also uncovered a few bugs as well.
|
|
This can result in silent logic bugs within code, and given the amount
of times these kind of warnings are caused, they should be flagged at
compile-time so no new code is submitted with them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Set of refactors for Kernel Synchronization and Hardware Constants
|
|
|
|
Same behavior, but without the need to explicitly loop through
everything manually.
|
|
Simplifies the overall function and also allows for it to become a
const-qualified member function.
|
|
We can just use the kernel member variable directly instead of going
through the system to obtain the same thing.
|
|
|
|
|
|
reflect RE.
|
|
hle: services: Fix prepo IPC, and add better error checking.
|
|
|
|
- This was holdover from citra.
|
|
|