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-09
updated CMakeLists
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
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
- removed lots of unused code from gekko
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 logger option specifically for the renderer
bunnei
2014-04-06
calling SwapBuffers from hw_lcd.cpp
bunnei
2014-04-06
initialize VideoCore
bunnei
2014-04-06
added initial renderer code
bunnei
2014-04-06
set window size to correspond to framebuffer sizes
bunnei
2014-04-06
added project linker reference
bunnei
2014-04-05
added video_core project to solution
bunnei
2014-04-05
added missing includes to common_types.h
bunnei
2014-04-05
added g_app_core->Step and HW::Update to Core::SingleStep to be consistent wi...
bunnei
2014-04-05
changed hw_lcd to use ARM core correct tick counter instead of [what was actu...
bunnei
2014-04-05
Updated common_types.h to use Gekko's version w/ Rect and some useful unions
bunnei
2014-04-05
added DISALLOW_COPY_AND_ASSIGN macro
bunnei
2014-04-05
added LCD logger
bunnei
2014-04-05
add hw_lcd.* to VS project files
bunnei
2014-04-05
added an "Update" method to update all hardware
bunnei
2014-04-05
added a module for interfacing to hardware LCD
bunnei
2014-04-05
added a tick counter
bunnei
2014-04-05
added initial support for hw.cpp module
bunnei
2014-04-04
Remove Core::GetState(). Use new ARM_Interface instead.
Mathieu Vaillancourt
2014-04-04
Support vs express edition without having to get platform sdk
Mathieu Vaillancourt
2014-04-04
added hw module to interface h/w register reads/writes
bunnei
2014-04-04
added a HW option to logging
bunnei
2014-04-04
renamed some functions
bunnei
2014-04-04
added entry point loading from ELF file
bunnei
2014-04-04
- added an interface layer for ARM cores
bunnei
2014-04-04
renamed ARM disassembler class from "Arm" to "ARM_Disasm"
bunnei
2014-04-04
got rid of some really poorly named macros in SkyEye core
bunnei
2014-04-04
moved arm core to interpreter directory
bunnei
2014-04-03
added some commented out ARMulator functions
bunnei
2014-04-03
added hack to allow physical mem read/writes
bunnei
2014-04-03
made memory #define's enum to make debugging easier
bunnei
[next]