summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-04-16fixed bug with printing std::string in log messagesbunnei
2014-04-16changed unknown memory read/write to report the sizebunnei
2014-04-16added class stub for HID:User servicebunnei
2014-04-16updated service commentsbunnei
2014-04-16- fixed tabs in function_wrappers.hbunnei
- fixed log message wording in hle.cpp - added syscall stubs for CloseHandle and WaitSynchronization1
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei
- various cleanups/refactors to HLE services
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
- added function tables for service calls - lots of refactoring
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
- added a manager for keeping track of services/ports - added a memory mapped region for memory accessed by HLE - added HLE for GetThreadCommandBuffer function
2014-04-12hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing ↵bunnei
this...)
2014-04-12added a SETABORT method that does not update LR (for HLE'd SVC that does not ↵bunnei
jump appcore CPU to an IRQ vector)
2014-04-12added a memory mapped option for HLEbunnei
2014-04-11- renamed hle_syscall to just syscallbunnei
- added service.h as an initial service interface
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
- added hle.cpp and module registration - removed unused code
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 ↵bunnei
return values
2014-04-09fixed a bunch of errors in CMakeListsbunnei
2014-04-09updated CMakeListsbunnei
2014-04-08- removed deprecated version.hbunnei
- cleaned up window title - cleaned up emu_window_glfw/emu_window
2014-04-08fixed licensing and updated code style naming for ↵bunnei
arm_interface/arm_interpreter frontend module
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