index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-07-23
GPU: Initialize GPU registers to some sensible default state.
Tony Wasserka
2014-07-23
GPU: Emulate memory fills.
Tony Wasserka
2014-07-23
GPU: Add proper framebuffer register handling.
Tony Wasserka
2014-07-23
GPU: Properly implement display transfers.
Tony Wasserka
2014-07-23
GPU: Add display transfer configuration.
Tony Wasserka
2014-07-23
GSP: HLE GXCommandId::SET_DISPLAY_TRANSFER and GXCommandId::SET_TEXTURE_COPY.
Tony Wasserka
2014-07-23
GSP: Implement ReadHWRegs and WriteHWRegs properly.
Tony Wasserka
2014-07-22
Use a more compatible choice of initial framebuffer addresses.
Tony Wasserka
2014-07-22
GPU debugger: Don't keep track of debugging data if no debugger views are act...
Tony Wasserka
2014-07-21
Merge pull request #32 from yuriks/master
bunnei
2014-07-21
Merge pull request #33 from lioncash/redefs
bunnei
2014-07-19
core: Kill off type redefenitions in armdefs.h
Lioncash
2014-07-19
[build] Search for the git binary in the default msysgit install dir
Yuri Kunde Schlesner
2014-07-17
Merge pull request #30 from neobrain/bitfield_work
Tony Wasserka
2014-07-16
BitField: Cast enum values to proper integer type.
Tony Wasserka
2014-07-16
BitField: Add a static_assert.
Tony Wasserka
2014-07-16
BitField: Delete copy assignment to prevent obscure bugs.
Tony Wasserka
2014-07-16
BitField: Add an explicit evaluation method.
Tony Wasserka
2014-07-08
Merge pull request #29 from bunnei/address-arbiters
bunnei
2014-07-08
Kernel: Added preliminary support for address arbiters.
bunnei
2014-07-08
Thread: Added functions to resume threads from address arbitration.
bunnei
2014-07-07
function_wrappers: Fixed incorrect wrapper, added another.
bunnei
2014-07-05
Merge pull request #28 from bunnei/shared-memory
bunnei
2014-07-05
SharedMemory: Updated MapSharedMemory to use an enum for permissions.
bunnei
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
[next]