Age | Commit message (Expand) | Author |
2014-07-05 | Memory: Removed deprecated MapBlock_Shared function. | bunnei |
2014-07-05 | GSP: Fixed to use real shared memory object, various cleanups. | bunnei |
2014-07-05 | Kernel: Added support for shared memory objects. | bunnei |
2014-07-04 | mem_map: Updated interface to expose template functions to other modules. | bunnei |
2014-07-04 | Merge pull request #26 from bunnei/romfs-archive | bunnei |
2014-07-04 | NCCH: Updated ExeFS memory allocation to be safer. | bunnei |
2014-07-04 | Archive: Added Init/Shutdown methods to reset kernel archive state. | bunnei |
2014-07-04 | Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS virtual functions as ... | bunnei |
2014-07-04 | Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS classes as "final" | bunnei |
2014-07-04 | Loader: Updated read methods to be const | bunnei |
2014-07-04 | Qt: Updated open dialog to include NCCH formats. | bunnei |
2014-07-04 | FileSys: Added preliminary support for applications reading the RomFS archive. | bunnei |
2014-07-04 | APT: Added stubbed ReceiveParameter and various cleanups. | bunnei |
2014-06-27 | Loader: Refactored interface such that data is no longer stored by loader. | bunnei |
2014-06-27 | FS: Added stubbed code to intercept and decode file system service functions. | bunnei |
2014-06-27 | Kernel: Added stubbed code to support creation of kernel Archive objects. | bunnei |
2014-06-27 | Core: Removed unused directory_file_system and meta_file_system modules. | bunnei |
2014-06-25 | Merge pull request #22 from bunnei/loader-improvements | bunnei |
2014-06-24 | Loader: Refactored loading functions to only read data from binary if called. | bunnei |
2014-06-24 | MemMap: Added a WriteBlock function to write a buffer of data to memory. | bunnei |
2014-06-24 | ELF: Refactored LoadInto(..) to use memcpy, removed unnecessary code. | bunnei |
2014-06-24 | Loader: Refactored use of const. | bunnei |
2014-06-24 | NCCH: Added RomFS loading. | bunnei |
2014-06-24 | NCCH: Fixes reduce unnecessary logging and load logo/banner/etc. sections cor... | bunnei |
2014-06-24 | Loader: Implemented AppLoader interface for abstracting application loading. | bunnei |
2014-06-24 | Merge pull request #7 from archshift/travis-osx | bunnei |
2014-06-22 | Merge pull request #24 from bunnei/remove-autogenerated-files | bunnei |
2014-06-22 | citra_qt: Removed autogenerated files from repo and fixed build issues. | bunnei |
2014-06-17 | Travis: Added OSX, use default compilers, moved cmds into own scripts | archshift |
2014-06-17 | NCCH: Changed decompression to load .code directly into memory rather than an... | bunnei |
2014-06-17 | Elf: Removed unused macros, changed #include of "common.h" to just "common_ty... | bunnei |
2014-06-16 | Loader: Cleaned up and removed unused code, refactored ELF namespace. | bunnei |
2014-06-16 | Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> s... | bunnei |
2014-06-16 | Loader: Added support for booting NCCH executables. | bunnei |
2014-06-16 | Loader: Moved elf and loader modules to a "loader" subdirectory. | bunnei |
2014-06-16 | Loader: Added stubbed detection of CXI and CCI files. | bunnei |
2014-06-16 | Loader: Removed unused CXI and DAT loading code. | bunnei |
2014-06-14 | Merge branch 'threading' of https://github.com/bunnei/citra | bunnei |
2014-06-13 | Kernel: Removed unnecessary "#pragma once". | bunnei |
2014-06-13 | Kernel: Added freeing of kernel objects on emulator shutdown. | bunnei |
2014-06-13 | Event: Updated several log messages to be assertions. | bunnei |
2014-06-13 | HLE: Moved "PARAM" and "RETURN" macros to function_wrappers.h (this is only m... | bunnei |
2014-06-13 | SVC: Renamed all function wrapper templates to Wrap, moved to HLE namespace. | bunnei |
2014-06-13 | Thread: Renamed occurrences of "t" to "thread" to improve readability. | bunnei |
2014-06-13 | Thread: Cleaned up VerifyWait, fixed issue where nullptr msg could unnecessar... | bunnei |
2014-06-13 | HLE: Removed usnused EatCycles function. | bunnei |
2014-06-13 | SVC: Cleaned up function wrappers to pass in correct argument types. | bunnei |
2014-06-13 | Thread: Moved position of * in arguments. | bunnei |
2014-06-13 | Thread: Updated VerifyWait to be more readable (but functionally the same). | bunnei |
2014-06-13 | SVC: Moved declaration of "wait" variable in SendSyncRequest for improved rea... | bunnei |