index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
Age
Commit message (
Expand
)
Author
2014-04-16
- fixed tabs in function_wrappers.h
bunnei
2014-04-16
- added stubbed out GSP::Gpu service interface
bunnei
2014-04-15
removed no longer used function header
bunnei
2014-04-15
restructured hle:services completely to use function lookup tables
bunnei
2014-04-15
fixed naming for APT_U
bunnei
2014-04-15
- extracted srv: calls from service.cpp and put in its own module
bunnei
2014-04-13
added a stub for GetLockHandle
bunnei
2014-04-13
added framework for APT service (application and title launching service)
bunnei
2014-04-13
renamed class Interface_SRV to SRV
bunnei
2014-04-13
replace tabs with spaces
bunnei
2014-04-13
added some very initial command parsing for SRV Sync
bunnei
2014-04-13
added a GetPointer function for reading from HLE command buffer
bunnei
2014-04-12
fixed hw write declarations to not be const
bunnei
2014-04-12
added OS memory read/write for thread command buffer
bunnei
2014-04-12
cleanups to service HLE
bunnei
2014-04-12
- added HLE to connect to "srv:" service
bunnei
2014-04-12
hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing ...
bunnei
2014-04-12
added a SETABORT method that does not update LR (for HLE'd SVC that does not ...
bunnei
2014-04-12
added a memory mapped option for HLE
bunnei
2014-04-11
- renamed hle_syscall to just syscall
bunnei
2014-04-11
replace tabs with spaces
bunnei
2014-04-11
moved hle.cpp into hle folder (due to mistake earlier)
bunnei
2014-04-11
added remaining known syscall functions to Syscall_Table
bunnei
2014-04-10
base code to call a syscall from ARM11 appcore
bunnei
2014-04-10
updated logging message
bunnei
2014-04-10
cleaned up some logging messages
bunnei
2014-04-10
changed some naming/misc cleanups
bunnei
2014-04-10
- removed syscall classes (will just use HLEFunction)
bunnei
2014-04-10
Merge branch 'master' into hle-interface
bunnei
2014-04-10
added initial modules for setting up SysCall HLE
bunnei
2014-04-10
missed this file with commit 95e5436f
bunnei
2014-04-10
added Memory::GetCharPointer to read strings from HLE functions
bunnei
2014-04-10
cleaned up arm_interface, added a setter to set registers for use with HLE re...
bunnei
2014-04-09
fixed a bunch of errors in CMakeLists
bunnei
2014-04-09
updated CMakeLists
bunnei
2014-04-08
fixed licensing and updated code style naming for arm_interface/arm_interpret...
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-07
Merge branch 'hardware-interface'
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
calling SwapBuffers from hw_lcd.cpp
bunnei
2014-04-06
initialize VideoCore
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
add hw_lcd.* to VS project files
bunnei
2014-04-05
added an "Update" method to update all hardware
bunnei
[next]