mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-11 14:19:10 +00:00
core: Many things (#194)
* video_core: Add a few missed things * libkernel: More proper memory mapped files * memory: Fix tessellation buffer mapping * Cuphead work * sceKernelPollSema fix * clang format * fixed ngs2 lle loading and rtc lib * draft pthreads keys implementation * fixed return codes * return error code if sceKernelLoadStartModule module is invalid * re-enabled system modules and disable debug in libs.h * Improve linux support * fix windows build * kernel: Rework keys --------- Co-authored-by: georgemoralis <giorgosmrls@gmail.com>
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Core {
|
||||
|
||||
union DtvEntry {
|
||||
size_t counter;
|
||||
void* pointer;
|
||||
u8* pointer;
|
||||
};
|
||||
|
||||
struct Tcb {
|
||||
|
||||
Reference in New Issue
Block a user