summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-24ELF: Refactored LoadInto(..) to use memcpy, removed unnecessary code.bunnei
2014-06-24Loader: Refactored use of const.bunnei
2014-06-24NCCH: Added RomFS loading.bunnei
2014-06-24NCCH: Fixes reduce unnecessary logging and load logo/banner/etc. sections cor...bunnei
2014-06-24Loader: Implemented AppLoader interface for abstracting application loading.bunnei
2014-06-17NCCH: Changed decompression to load .code directly into memory rather than an...bunnei
2014-06-17Elf: Removed unused macros, changed #include of "common.h" to just "common_ty...bunnei
2014-06-16Loader: Cleaned up and removed unused code, refactored ELF namespace.bunnei
2014-06-16Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> s...bunnei
2014-06-16Loader: Added support for booting NCCH executables.bunnei
2014-06-16Loader: Moved elf and loader modules to a "loader" subdirectory.bunnei
2014-06-16Loader: Added stubbed detection of CXI and CCI files.bunnei
2014-06-16Loader: Removed unused CXI and DAT loading code.bunnei
2014-06-14Merge branch 'threading' of https://github.com/bunnei/citrabunnei
2014-06-13Kernel: Removed unnecessary "#pragma once".bunnei
2014-06-13Kernel: Added freeing of kernel objects on emulator shutdown.bunnei
2014-06-13Event: Updated several log messages to be assertions.bunnei
2014-06-13HLE: Moved "PARAM" and "RETURN" macros to function_wrappers.h (this is only m...bunnei
2014-06-13SVC: Renamed all function wrapper templates to Wrap, moved to HLE namespace.bunnei
2014-06-13Thread: Renamed occurrences of "t" to "thread" to improve readability.bunnei
2014-06-13Thread: Cleaned up VerifyWait, fixed issue where nullptr msg could unnecessar...bunnei
2014-06-13HLE: Removed usnused EatCycles function.bunnei
2014-06-13SVC: Cleaned up function wrappers to pass in correct argument types.bunnei
2014-06-13Thread: Moved position of * in arguments.bunnei
2014-06-13Thread: Updated VerifyWait to be more readable (but functionally the same).bunnei
2014-06-13SVC: Moved declaration of "wait" variable in SendSyncRequest for improved rea...bunnei
2014-06-13HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei
2014-06-13Kernel: Updated various kernel function "name" arguments to be const references.bunnei
2014-06-13HLE: Updated various handle debug assertions to be more clear.bunnei
2014-06-13Mutex: Moved ReleaseMutex iterator declaration to be inside while loop.bunnei
2014-06-13Kernel: Updated several member functions to be constbunnei
2014-06-13Core: Cleaned up SingleStep(), updated default LCD refresh to assume each ins...bunnei
2014-06-13Core: Changed HW update/thread reschedule to occur more frequently (assume ea...bunnei
2014-06-13Thread: Fixed bug with ResetThread where cpu_registers[15] was being incorrec...bunnei
2014-06-13Kernel: Made SyncRequest not pure virtual, with a default implementation of e...bunnei
2014-06-13Kernel: Added real support for thread and event blockingbunnei
2014-06-12GPU debugger: Const correctness and build fix.Tony Wasserka
2014-06-12Removed definition of MAX_PATH, this is already defined in common_paths.h.bunnei
2014-06-12Preprocessor: #if's out OSX-specific GL changes on other platformsarchshift
2014-06-12Common: Removed duplicate "LONG" and "MAX_PATH" definitions.bunnei
2014-06-12Pica: Use some template magic to define register structures efficiently.Tony Wasserka
2014-06-12Further refine GPU command list debugging.Tony Wasserka
2014-06-12Refine command list debugging functionality and its qt interface.Tony Wasserka
2014-06-12citra-qt: Add command list view.Tony Wasserka
2014-06-12GPU debugger: Add functionality to inspect command lists.Tony Wasserka
2014-06-12video core: added PICA definitions file.Tony Wasserka
2014-06-12GPU: Cleanup register definitions.Tony Wasserka
2014-06-12Rename LCD to GPU.Tony Wasserka
2014-06-12citra-qt: Add GX command history viewer.Tony Wasserka
2014-06-12Add initial graphics debugger interface.Tony Wasserka