| Commit message (Expand) | Author | Age | Files | Lines |
| * | GSP: Clean up GX command processing a lot and treat command id as a u8 rather... | Tony Wasserka | 2014-07-23 | 2 | -37/+79 |
| * | RegisterSet: Simplify code by using structs for register definition instead o... | Tony Wasserka | 2014-07-23 | 2 | -133/+123 |
| * | GPU: Make use of RegisterSet. | Tony Wasserka | 2014-07-23 | 3 | -327/+200 |
| * | GPU: Make framebuffer code format-aware. | Tony Wasserka | 2014-07-23 | 1 | -6/+47 |
| * | GPU: Interface cleanup. | Tony Wasserka | 2014-07-23 | 2 | -13/+20 |
| * | GPU: Initialize GPU registers to some sensible default state. | Tony Wasserka | 2014-07-23 | 1 | -1/+16 |
| * | GPU: Emulate memory fills. | Tony Wasserka | 2014-07-23 | 4 | -3/+89 |
| * | GPU: Add proper framebuffer register handling. | Tony Wasserka | 2014-07-23 | 2 | -11/+105 |
| * | GPU: Properly implement display transfers. | Tony Wasserka | 2014-07-23 | 1 | -1/+19 |
| * | GPU: Add display transfer configuration. | Tony Wasserka | 2014-07-23 | 2 | -0/+92 |
| * | GSP: HLE GXCommandId::SET_DISPLAY_TRANSFER and GXCommandId::SET_TEXTURE_COPY. | Tony Wasserka | 2014-07-23 | 2 | -2/+17 |
| * | GSP: Implement ReadHWRegs and WriteHWRegs properly. | Tony Wasserka | 2014-07-23 | 1 | -27/+46 |
| * | Use a more compatible choice of initial framebuffer addresses. | Tony Wasserka | 2014-07-22 | 1 | -10/+22 |
| * | core: Kill off type redefenitions in armdefs.h | Lioncash | 2014-07-19 | 1 | -7/+0 |
| * | Kernel: Added preliminary support for address arbiters. | bunnei | 2014-07-08 | 7 | -9/+144 |
| * | Thread: Added functions to resume threads from address arbitration. | bunnei | 2014-07-08 | 2 | -0/+44 |
| * | function_wrappers: Fixed incorrect wrapper, added another. | bunnei | 2014-07-07 | 1 | -2/+9 |
| * | SharedMemory: Updated MapSharedMemory to use an enum for permissions. | bunnei | 2014-07-05 | 3 | -16/+36 |
| * | Memory: Removed deprecated MapBlock_Shared function. | bunnei | 2014-07-05 | 2 | -30/+0 |
| * | GSP: Fixed to use real shared memory object, various cleanups. | bunnei | 2014-07-05 | 2 | -30/+40 |
| * | Kernel: Added support for shared memory objects. | bunnei | 2014-07-05 | 5 | -0/+142 |
| * | mem_map: Updated interface to expose template functions to other modules. | bunnei | 2014-07-04 | 2 | -10/+16 |
| * | NCCH: Updated ExeFS memory allocation to be safer. | bunnei | 2014-07-04 | 2 | -1/+7 |
| * | Archive: Added Init/Shutdown methods to reset kernel archive state. | bunnei | 2014-07-04 | 3 | -0/+19 |
| * | Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS virtual functions as ... | bunnei | 2014-07-04 | 3 | -13/+13 |
| * | Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS classes as "final" | bunnei | 2014-07-04 | 3 | -3/+3 |
| * | Loader: Updated read methods to be const | bunnei | 2014-07-04 | 5 | -68/+79 |
| * | FileSys: Added preliminary support for applications reading the RomFS archive. | bunnei | 2014-07-04 | 11 | -160/+311 |
| * | APT: Added stubbed ReceiveParameter and various cleanups. | bunnei | 2014-07-04 | 1 | -71/+93 |
| * | Loader: Refactored interface such that data is no longer stored by loader. | bunnei | 2014-06-27 | 3 | -96/+73 |
| * | FS: Added stubbed code to intercept and decode file system service functions. | bunnei | 2014-06-27 | 6 | -0/+164 |
| * | Kernel: Added stubbed code to support creation of kernel Archive objects. | bunnei | 2014-06-27 | 6 | -0/+95 |
| * | Core: Removed unused directory_file_system and meta_file_system modules. | bunnei | 2014-06-27 | 9 | -1477/+0 |
| * | Loader: Refactored loading functions to only read data from binary if called. | bunnei | 2014-06-24 | 3 | -74/+141 |
| * | MemMap: Added a WriteBlock function to write a buffer of data to memory. | bunnei | 2014-06-24 | 2 | -0/+14 |
| * | ELF: Refactored LoadInto(..) to use memcpy, removed unnecessary code. | bunnei | 2014-06-24 | 1 | -19/+8 |
| * | Loader: Refactored use of const. | bunnei | 2014-06-24 | 6 | -20/+19 |
| * | NCCH: Added RomFS loading. | bunnei | 2014-06-24 | 2 | -1/+36 |
| * | NCCH: Fixes reduce unnecessary logging and load logo/banner/etc. sections cor... | bunnei | 2014-06-24 | 3 | -22/+29 |
| * | Loader: Implemented AppLoader interface for abstracting application loading. | bunnei | 2014-06-24 | 6 | -523/+672 |
| * | NCCH: Changed decompression to load .code directly into memory rather than an... | bunnei | 2014-06-17 | 1 | -9/+3 |
| * | Elf: Removed unused macros, changed #include of "common.h" to just "common_ty... | bunnei | 2014-06-17 | 1 | -117/+1 |
| * | Loader: Cleaned up and removed unused code, refactored ELF namespace. | bunnei | 2014-06-16 | 4 | -209/+70 |
| * | Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> s... | bunnei | 2014-06-16 | 8 | -372/+342 |
| * | Loader: Added support for booting NCCH executables. | bunnei | 2014-06-16 | 6 | -0/+384 |
| * | Loader: Moved elf and loader modules to a "loader" subdirectory. | bunnei | 2014-06-16 | 8 | -30/+34 |
| * | Loader: Added stubbed detection of CXI and CCI files. | bunnei | 2014-06-16 | 1 | -0/+6 |
| * | Loader: Removed unused CXI and DAT loading code. | bunnei | 2014-06-16 | 1 | -76/+0 |
| * | Merge branch 'threading' of https://github.com/bunnei/citra | bunnei | 2014-06-14 | 36 | -1155/+1194 |
| |\ |
|
| | * | Kernel: Removed unnecessary "#pragma once". | bunnei | 2014-06-13 | 1 | -2/+0 |