index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2014-04-22
fixes to build on linux
bunnei
2014-04-22
removed duplicate rotl/rotr functions
ShizZy
2014-04-22
updated CMakeLists for missing files
ShizZy
2014-04-21
Re-enable toggling window mode.
Mathieu Vaillancourt
2014-04-21
Add a quick way to load Launcher.dat files
Mathieu Vaillancourt
2014-04-21
fixed order of LogManager and System init
bunnei
2014-04-21
fixed GL context acquire (applies to Qt GUI only)
bunnei
2014-04-18
Remove unused QTableView
Mathieu Vaillancourt
2014-04-18
UI/debugger changes
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-17
fixed framebuffer color order
bunnei
2014-04-16
added a new function wrapper
bunnei
2014-04-16
removed hard-coded framebuffer addresses from renderer_opengl.cpp
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-14
added helper functions for upper/lowercase strings
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
2014-04-13
added a GetPointer function for reading from HLE command buffer
bunnei
2014-04-12
fixed hw write declarations to not be const
bunnei
2014-04-12
added OS memory read/write for thread command buffer
bunnei
2014-04-12
cleanups to service HLE
bunnei
2014-04-12
- added HLE to connect to "srv:" service
bunnei
2014-04-12
Init window size from VideoCore. Start changing the default window behavior...
Mathieu Vaillancourt
2014-04-12
Show symbols in disasm
Mathieu Vaillancourt
2014-04-12
Implement simple LoadSymbols for ELF files
Mathieu Vaillancourt
2014-04-12
Add symbols map
Mathieu Vaillancourt
2014-04-12
hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing ...
bunnei
2014-04-12
added a SETABORT method that does not update LR (for HLE'd SVC that does not ...
bunnei
2014-04-12
added a memory mapped option for HLE
bunnei
2014-04-11
- renamed hle_syscall to just syscall
bunnei
[next]