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
/
hle
Age
Commit message (
Expand
)
Author
2014-04-27
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
2014-04-27
fixed weird spacing
bunnei
2014-04-27
hackish but working way to set the framebuffer location to VRAM (used in ARM1...
bunnei
2014-04-26
added simple GSP GPU ReadHWRegs function to support returning the framebuffe...
bunnei
2014-04-26
added preliminary DataSynchronizationBarrier support with simple DMA copy
bunnei
2014-04-25
moved HLE::MRC to its own module, added support for catching data synchroniza...
bunnei
2014-04-25
fixed bug where svc_ControlMemory was not properly getting passed in parameters
bunnei
2014-04-24
- added preliminary support for svc_MapMemoryBlock
bunnei
2014-04-24
added GSP::RegisterInterruptRelayQueue function
bunnei
2014-04-24
- refactored how service functions are called
bunnei
2014-04-17
renamed hw_lcd module to just lcd
bunnei
2014-04-17
added GSP heap memory allocation
bunnei
2014-04-16
added a new function wrapper
bunnei
2014-04-16
fixed bug with printing std::string in log messages
bunnei
2014-04-16
added class stub for HID:User service
bunnei
2014-04-16
updated service comments
bunnei
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
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
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-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
changed some naming/misc cleanups
bunnei
2014-04-10
- removed syscall classes (will just use HLEFunction)
bunnei
2014-04-10
added initial modules for setting up SysCall HLE
bunnei