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-04-12
added a memory mapped option for HLE
bunnei
2014-04-11
- renamed hle_syscall to just syscall
bunnei
2014-04-11
replace tabs with spaces
bunnei
2014-04-11
moved hle.cpp into hle folder (due to mistake earlier)
bunnei
2014-04-11
Fixed GPLv2 license issue
bunnei
2014-04-11
Fixed GPLv2 license issue
bunnei
2014-04-11
Fixed GPLv2 license issue
bunnei
2014-04-11
added remaining known syscall functions to Syscall_Table
bunnei
2014-04-10
base code to call a syscall from ARM11 appcore
bunnei
2014-04-10
updated logging message
bunnei
2014-04-10
cleaned up some logging messages
bunnei
2014-04-10
added logger for generic HLE
bunnei
2014-04-10
changed some naming/misc cleanups
bunnei
2014-04-10
- removed syscall classes (will just use HLEFunction)
bunnei
2014-04-10
Temporarily "fix" citra_qt for Windows
Mathieu Vaillancourt
2014-04-10
Merge branch 'master' into hle-interface
bunnei
2014-04-10
removed scm_rev.h from version control
bunnei
2014-04-10
removed unused macros from citra.h
bunnei
2014-04-10
added missing const to GetWindowTitle
bunnei
2014-04-10
added initial modules for setting up SysCall HLE
bunnei
2014-04-10
missed this file with commit 95e5436f
bunnei
2014-04-10
added Memory::GetCharPointer to read strings from HLE functions
bunnei
2014-04-10
cleaned up arm_interface, added a setter to set registers for use with HLE re...
bunnei
2014-04-09
fixed a bunch of errors in CMakeLists
bunnei
2014-04-09
updated CMakeLists
bunnei
2014-04-09
Update README.md
bunnei
2014-04-08
- removed deprecated version.h
bunnei
2014-04-08
fixed licensing and updated code style naming for arm_interface/arm_interpret...
bunnei
2014-04-08
fixed license headers in citra project
bunnei
2014-04-08
removed duplicate license file
bunnei
2014-04-08
fixed scm_rev_gen
bunnei
2014-04-08
fixed project includes to use new directory structure
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei
2014-04-08
fixed some license headers that I missed
bunnei
2014-04-08
fixed all license file headers in core
bunnei
2014-04-08
fixed licensing issue with core_timing being GPL v2+ instead of Dolphin's GPL v2
bunnei
2014-04-08
fixed license header in video_core
bunnei
2014-04-08
added license txt file
bunnei
2014-04-08
- removed lots of unused code from gekko
bunnei
2014-04-08
Update README.md
bunnei
2014-04-07
Merge branch 'hardware-interface'
bunnei
2014-04-07
removed unused comments, changed main processing loop to be infinite
bunnei
2014-04-07
added support for renderering the external framebuffers
bunnei
2014-04-06
added external framebuffer GL handles
bunnei
2014-04-06
removed log message from hw_lcd
bunnei
2014-04-06
added hack physical memory reads with Memory::GetPointer
bunnei
2014-04-06
added "citra" instead of "emu" to title bar
bunnei
2014-04-06
added video_core as a dependencie for citra in build order
bunnei
2014-04-06
added logger option specifically for the renderer
bunnei
2014-04-06
calling SwapBuffers from hw_lcd.cpp
bunnei
[prev]
[next]