summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei
2014-04-15removed no longer used function headerbunnei
2014-04-15restructured hle:services completely to use function lookup tablesbunnei
2014-04-15fixed naming for APT_Ubunnei
2014-04-15- extracted srv: calls from service.cpp and put in its own modulebunnei
2014-04-14added helper functions for upper/lowercase stringsbunnei
2014-04-13added a stub for GetLockHandlebunnei
2014-04-13added framework for APT service (application and title launching service)bunnei
2014-04-13renamed class Interface_SRV to SRVbunnei
2014-04-13replace tabs with spacesbunnei
2014-04-13added some very initial command parsing for SRV Syncbunnei
2014-04-13added a GetPointer function for reading from HLE command bufferbunnei
2014-04-12fixed hw write declarations to not be constbunnei
2014-04-12added OS memory read/write for thread command bufferbunnei
2014-04-12cleanups to service HLEbunnei
2014-04-12- added HLE to connect to "srv:" servicebunnei
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-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-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