| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fix Fatal Error in Mini-Mario & Friends - amiibo Challenge
|
|
|
|
Config: auto-select region and language
|
|
|
|
|
|
|
|
|
|
* Removes circular dependences (common should not depend on core)
|
|
|
|
Core: Top-level consolidate & misc cleanup
|
|
csnd:SND: Reformat source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Threading: Reworked the way our scheduler works.
|
|
Fix debug build from #2249
|
|
Service/CECD: Add cecd:ndm service
|
|
hid: Get rid of a double -> float truncation warning
|
|
|
|
core: Add missing #pragma once directives where applicable
|
|
float literals need to have the 'f' prefix.
|
|
|
|
These aren't the AM services.
|
|
Service/ACT: move ACT services to folder
|
|
|
|
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously there was a split where some of the services were in the
Service namespace and others were not.
|
|
by a timeout.
|
|
service: Add the cfg:nor service
|
|
the HLE handler superclass.
|
|
|
|
Define a variable with the value of the sync timeout error code.
Use a boost::flat_map instead of an unordered_map to hold the equivalence of objects and wait indices in a WaitSynchN call.
|
|
|
|
ptm: Use boolean instead of integral value
|
|
The third parameter of Write is actually a bool type, not an int.
|
|
|
|
Further implementation will happen in a future commit.
Fixes a regression.
|
|
|