summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-04-09updated CMakeListsbunnei
2014-04-08- removed deprecated version.hbunnei
2014-04-08fixed licensing and updated code style naming for arm_interface/arm_interpret...bunnei
2014-04-08fixed license headers in citra projectbunnei
2014-04-08fixed scm_rev_genbunnei
2014-04-08fixed project includes to use new directory structurebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei
2014-04-08fixed some license headers that I missedbunnei
2014-04-08fixed all license file headers in corebunnei
2014-04-08fixed licensing issue with core_timing being GPL v2+ instead of Dolphin's GPL v2bunnei
2014-04-08fixed license header in video_corebunnei
2014-04-08- removed lots of unused code from gekkobunnei
2014-04-07Merge branch 'hardware-interface'bunnei
2014-04-07removed unused comments, changed main processing loop to be infinitebunnei
2014-04-07added support for renderering the external framebuffersbunnei
2014-04-06added external framebuffer GL handlesbunnei
2014-04-06removed log message from hw_lcdbunnei
2014-04-06added hack physical memory reads with Memory::GetPointerbunnei
2014-04-06added "citra" instead of "emu" to title barbunnei
2014-04-06added logger option specifically for the rendererbunnei
2014-04-06calling SwapBuffers from hw_lcd.cppbunnei
2014-04-06initialize VideoCorebunnei
2014-04-06added initial renderer codebunnei
2014-04-06set window size to correspond to framebuffer sizesbunnei
2014-04-06added project linker referencebunnei
2014-04-05added video_core project to solutionbunnei
2014-04-05added missing includes to common_types.hbunnei
2014-04-05added g_app_core->Step and HW::Update to Core::SingleStep to be consistent wi...bunnei
2014-04-05changed hw_lcd to use ARM core correct tick counter instead of [what was actu...bunnei
2014-04-05Updated common_types.h to use Gekko's version w/ Rect and some useful unionsbunnei
2014-04-05added DISALLOW_COPY_AND_ASSIGN macrobunnei
2014-04-05added LCD loggerbunnei
2014-04-05add hw_lcd.* to VS project filesbunnei
2014-04-05added an "Update" method to update all hardwarebunnei
2014-04-05added a module for interfacing to hardware LCDbunnei
2014-04-05added a tick counterbunnei
2014-04-05added initial support for hw.cpp modulebunnei
2014-04-04Remove Core::GetState(). Use new ARM_Interface instead.Mathieu Vaillancourt
2014-04-04Support vs express edition without having to get platform sdkMathieu Vaillancourt
2014-04-04added hw module to interface h/w register reads/writesbunnei
2014-04-04added a HW option to loggingbunnei
2014-04-04renamed some functionsbunnei
2014-04-04added entry point loading from ELF filebunnei
2014-04-04- added an interface layer for ARM coresbunnei
2014-04-04renamed ARM disassembler class from "Arm" to "ARM_Disasm"bunnei
2014-04-04got rid of some really poorly named macros in SkyEye corebunnei
2014-04-04moved arm core to interpreter directorybunnei
2014-04-03added some commented out ARMulator functionsbunnei
2014-04-03added hack to allow physical mem read/writesbunnei
2014-04-03made memory #define's enum to make debugging easierbunnei