Age | Commit message (Collapse) | Author |
|
Rotation bits are 10 and 11, not 9 and 10.
|
|
Clean up armdefs.h a little.
|
|
SVC: Implemented Semaphores
|
|
ARM: Pull some SkyEye fixes from 3dmoo.
|
|
|
|
Update gitignore with OS-specific global filetypes.
|
|
|
|
|
|
Restore the original console color after logging a message.
|
|
Fixes #277
|
|
|
|
|
|
Same semantics, idea by @yuriks
|
|
|
|
|
|
|
|
|
|
This behavior was tested on hardware, however i'm still not sure what use the "initial_count" parameter has
|
|
ToDo: Implement svcReleaseSemaphore
* Some testing against hardware needed
|
|
kernel: Remove unused log arguments
|
|
|
|
New logging system
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
APT shared font loading
|
|
|
|
Add Boost as a submodule and add some minor cleanups using Boost.Range
|
|
DSP: Added stub for ReadPipeIfPossible.
|
|
|
|
|
|
- Linear simply indicates that the mapped physical address is always MappedVAddr+0x0C000000, thus this memory can be used for hardware devices' DMA (such as the GPU).
|
|
Kernel/Mutex: Properly lock the mutex when a thread enters it
|
|
CFG:U: Store country codes as u16 instead of char pointers, and return the correct error in GetCountryCodeID
|
|
correct error in GetCountryCodeID.
|
|
Fix gsp synch
|
|
Explicitly specify LE strings to iconv, fixes paths in Steel Diver
|
|
|
|
|
|
|
|
|
|
|
|
Remove unused NDMA module.
|