summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-12Implement simple LoadSymbols for ELF filesMathieu Vaillancourt
2014-04-12Add symbols mapMathieu Vaillancourt
2014-04-12hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing ...bunnei
2014-04-12added a SETABORT method that does not update LR (for HLE'd SVC that does not ...bunnei
2014-04-12added a memory mapped option for HLEbunnei
2014-04-11- renamed hle_syscall to just syscallbunnei
2014-04-11replace tabs with spacesbunnei
2014-04-11moved hle.cpp into hle folder (due to mistake earlier)bunnei
2014-04-11Fixed GPLv2 license issuebunnei
2014-04-11Fixed GPLv2 license issuebunnei
2014-04-11Fixed GPLv2 license issuebunnei
2014-04-11added remaining known syscall functions to Syscall_Tablebunnei
2014-04-10base code to call a syscall from ARM11 appcorebunnei
2014-04-10updated logging messagebunnei
2014-04-10cleaned up some logging messagesbunnei
2014-04-10added logger for generic HLEbunnei
2014-04-10changed some naming/misc cleanupsbunnei
2014-04-10- removed syscall classes (will just use HLEFunction)bunnei
2014-04-10Temporarily "fix" citra_qt for WindowsMathieu Vaillancourt
2014-04-10Merge branch 'master' into hle-interfacebunnei
2014-04-10removed scm_rev.h from version controlbunnei
2014-04-10removed unused macros from citra.hbunnei
2014-04-10added missing const to GetWindowTitlebunnei
2014-04-10added initial modules for setting up SysCall HLEbunnei
2014-04-10missed this file with commit 95e5436fbunnei
2014-04-10added Memory::GetCharPointer to read strings from HLE functionsbunnei
2014-04-10cleaned up arm_interface, added a setter to set registers for use with HLE re...bunnei
2014-04-09fixed a bunch of errors in CMakeListsbunnei
2014-04-09updated CMakeListsbunnei
2014-04-09Update README.mdbunnei
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-08removed duplicate license filebunnei
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-08added license txt filebunnei
2014-04-08- removed lots of unused code from gekkobunnei
2014-04-08Update README.mdbunnei
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