index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
Age
Commit message (
Expand
)
Author
2014-04-28
Merge commit upstream/master into issue-7-fix
archshift
2014-04-27
Problematic template functions
archshift
2014-04-27
added virtual address conversion for firmware FW0B
bunnei
2014-04-27
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
2014-04-27
fixed weird spacing
bunnei
2014-04-27
removed commented out line - this was for an unimplemented MRC call, no longe...
bunnei
2014-04-27
hackish but working way to set the framebuffer location to VRAM (used in ARM1...
bunnei
2014-04-27
added helper functions to mem_map to convert physical addresses to virtual ad...
bunnei
2014-04-27
added code to LCD modules keep track of framebuffer location in FCRAM or VRAM
bunnei
2014-04-26
- changed HW IO map to use virtual addresses
bunnei
2014-04-26
added simple GSP GPU ReadHWRegs function to support returning the framebuffe...
bunnei
2014-04-26
added preliminary DataSynchronizationBarrier support with simple DMA copy
bunnei
2014-04-26
added (fake) physical addresses for where to put framebuffer in VRAM
bunnei
2014-04-26
added vram to memory_map
bunnei
2014-04-25
moved HLE::MRC to its own module, added support for catching data synchroniza...
bunnei
2014-04-25
added disassembly to unimplemented instruction
bunnei
2014-04-25
removed some cruft
bunnei
2014-04-25
fixed bug where svc_ControlMemory was not properly getting passed in parameters
bunnei
2014-04-24
- added preliminary support for svc_MapMemoryBlock
bunnei
2014-04-24
added functions to map Heap and Shared memory space
bunnei
2014-04-24
added GSP::RegisterInterruptRelayQueue function
bunnei
2014-04-24
- refactored how service functions are called
bunnei
2014-04-22
fixes to build on linux
bunnei
2014-04-22
updated CMakeLists for missing files
ShizZy
2014-04-21
Add a quick way to load Launcher.dat files
Mathieu Vaillancourt
2014-04-18
Merge branch 'hle-interface'
bunnei
2014-04-17
renamed hw_lcd module to just lcd
bunnei
2014-04-17
added NDMA hardware interface
bunnei
2014-04-17
added GSP heap memory allocation
bunnei
2014-04-17
fixed bug in Memory::GetPointer
bunnei
2014-04-17
moved enums into Memory:: namespace
bunnei
2014-04-17
added memory read/write to GSP heap
bunnei
2014-04-17
more various refactors to memory interface
bunnei
2014-04-17
cleaned up memory interfaces a lot, removed some hackish stuff
bunnei
2014-04-16
added a new function wrapper
bunnei
2014-04-16
fixed bug with printing std::string in log messages
bunnei
2014-04-16
changed unknown memory read/write to report the size
bunnei
2014-04-16
added class stub for HID:User service
bunnei
2014-04-16
updated service comments
bunnei
2014-04-16
- fixed tabs in function_wrappers.h
bunnei
2014-04-16
- added stubbed out GSP::Gpu service interface
bunnei
2014-04-15
removed no longer used function header
bunnei
2014-04-15
restructured hle:services completely to use function lookup tables
bunnei
2014-04-15
fixed naming for APT_U
bunnei
2014-04-15
- extracted srv: calls from service.cpp and put in its own module
bunnei
2014-04-13
added a stub for GetLockHandle
bunnei
2014-04-13
added framework for APT service (application and title launching service)
bunnei
2014-04-13
renamed class Interface_SRV to SRV
bunnei
2014-04-13
replace tabs with spaces
bunnei
2014-04-13
added some very initial command parsing for SRV Sync
bunnei
[next]