This website requires JavaScript.
Explore
Help
Register
Sign In
midou
/
citra
Watch
1
Star
0
Fork
0
You've already forked citra
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
citra
/
src
/
core
/
hle
History
Subv
f4b595331f
GSP/GPU: Make FrameBufferInfo::active_fb use the entire u32 instead of just one bit.
...
The GSP module reads the entire 32 bit word from this field to determine the framebuffer.
2017-12-16 13:33:42 -05:00
..
applets
CoreTiming: Reworked CoreTiming (
#3119
)
2017-11-25 14:56:57 +01:00
kernel
HLE/Services: Allow specifying a SessionData template parameter to ServiceFramework.
2017-12-14 18:24:02 -05:00
service
GSP/GPU: Make FrameBufferInfo::active_fb use the entire u32 instead of just one bit.
2017-12-16 13:33:42 -05:00
config_mem.cpp
…
config_mem.h
…
function_wrappers.h
HLE: Move SVC handlers to the Kernel namespace
2017-12-09 20:32:58 -08:00
ipc_helpers.h
ipc_helpers: Add member functions for pushing and popping strongly typed enums
2017-12-10 23:10:00 -05:00
ipc.h
Kernel/IPC: Implement StaticBuffer translation for HLE services that use the HLERequestContext architecture.
2017-11-12 11:00:00 -05:00
lock.cpp
hle/lock: Remove #pragma once in cpp file
2017-10-21 13:59:14 +01:00
lock.h
Use recursive_mutex instead of mutex to
fix
#2902
2017-08-29 20:39:55 +12:00
result.h
…
romfs.cpp
…
romfs.h
…
shared_page.cpp
CoreTiming: Reworked CoreTiming (
#3119
)
2017-11-25 14:56:57 +01:00
shared_page.h
…