2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core/hle
2014-04-26 01:47:52 -04:00
..
service added GSP::RegisterInterruptRelayQueue function 2014-04-24 22:20:13 -04:00
function_wrappers.h added a new function wrapper 2014-04-16 22:19:23 -04:00
hle.cpp moved HLE::MRC to its own module, added support for catching data synchronization barrier command 2014-04-25 17:15:19 -04:00
hle.h moved HLE::MRC to its own module, added support for catching data synchronization barrier command 2014-04-25 17:15:19 -04:00
mrc.cpp added preliminary DataSynchronizationBarrier support with simple DMA copy 2014-04-26 01:47:52 -04:00
mrc.h moved HLE::MRC to its own module, added support for catching data synchronization barrier command 2014-04-25 17:15:19 -04:00
syscall.cpp fixed bug where svc_ControlMemory was not properly getting passed in parameters 2014-04-25 15:26:27 -04:00
syscall.h