- Jul 16, 2014
-
-
Tony Wasserka authored
Sometimes it can be beneficial to use this in places where an explicit cast needs to happen otherwise. By using the evaluation method, it's not necessary anymore to explicitly write the underlying type in this case.
-
- Jul 08, 2014
-
-
bunnei authored
Adds address arbiters to kernel HLE
-
bunnei authored
AddressArbiter: Added documentation comment, fixed whitespace issue. AddressArbiter: Fixed incorrect comment, reordered if-statement to be more clear. SVC: Removed trailing whitespace.
-
bunnei authored
Thread: Cleaned up arbitrate address functions. Thread: Cleaned up ArbitrateAllThreads function.
-
bunnei authored
-
- Jul 05, 2014
-
-
bunnei authored
Shared memory - adds preliminary support for shared memory kernel objects and correct block mapping.
-
bunnei authored
- Also added some safety checks to MapSharedMemory.
-
bunnei authored
-
bunnei authored
- Previously, used a hard-coded shared memory handle of 0x10002000 (as used by libctru homebrew) GSP: Added name for shared memory. GSP: Cleaned up assertion message.
-
bunnei authored
SharedMemory: Added optional name field for tracking known objects.
-
bunnei authored
-
bunnei authored
Adds preliminary RomFS archive support
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
- Required "file" handle to be made local and explicitly opened/closed as needed
-
bunnei authored
-
bunnei authored
Archive: Fixed brace ugliness for neobrain :) FS: Commented out unused local variables to prevent warnings. ...But keeping them here for future use. archive_romfs: Removed unused #include.
-
- Jul 04, 2014
-
-
bunnei authored
APT: More cleanups. APT: Changed SignalType to be type u32.
-
- Jun 27, 2014
- Jun 25, 2014
-
-
bunnei authored
Refactor loader code and add preliminary NCCH support
-
- Jun 24, 2014
-
-
bunnei authored
NCCH: Updated LoadExec to use Memory::WriteBlock function to load binary code.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
Loader: Added ErrorNotUsed ReturnStatus type to specify when something is not used.
-
bunnei authored
- Various cleanups/refactorings to Loader, ELF, and NCCH modules. - Added AppLoader interface to ELF and NCCH. - Updated Qt/GLFW frontends to check AppLoader ResultStatus. NCCH: Removed extra qualification typos. Loader: Removed unnecessary #include's. NCCH: Improved readability of memcmp statements. NCCH: Added missing space. Elf: Removed unnecessary usage of unique_ptr. Loader: Removed unnecessary usage of unique_ptr.
-
bunnei authored
Adds OSX building on Travis-CI
-
- Jun 22, 2014
- Jun 18, 2014
-
-
archshift authored
-
- Jun 17, 2014