Commit graph

13 commits

Author SHA1 Message Date
Tropical 22b97a4dc0 feat: nanosleep-based Sleep stub 2026-03-02 19:33:37 -06:00
Tropical 065ffff071 feat: stub critical sections on top of pthread recursive mutexes 2026-03-02 19:25:37 -06:00
Tropical c4b25bc622 feat: add stubs for memory stats, atomics, errno 2026-03-02 19:08:25 -06:00
Tropical 006dba0602 feat: stub winapi TLS functions with pthread keys
Not sure how sound implicit casting `pthread_key_t` to `DWORD` is, but we can get away with it for now. Otherwise, we're gonna need to keep a global list of registered keys and mutex that and blah blah blah
2026-03-02 18:28:06 -06:00
Tropical 70c8a010e8 refactor: move stubs out of App_Defines.h into wlinux/extraX64 2026-03-02 17:57:20 -06:00
Tropical 62551094c6 fix: remove redefinitions of various xbox-related constants 2026-03-02 17:47:19 -06:00
Tropical 6f80c79e80 remove duplicate includes of extraX64
Now that we support stdafx.h, these are unnecessary
2026-03-02 17:47:01 -06:00
Tropical 20af84454a fix: add boolean typdef, more case-insensitive includes 2026-03-02 16:15:26 -06:00
Mohamed Ashraf 96e219ee1e fix(solution): HOLY SHIT IT'S COMPILING 2026-03-02 09:38:48 +04:00
Mohamed Ashraf dcb2c43944 major fixes of my shit code 2026-03-02 08:58:33 +04:00
ThePixelMoon 769d9ceb0d wlinux: move defines to the top 2026-03-01 21:16:38 +02:00
ThePixelMoon 32f065e21d Minecraft.World: move linux win defs into its own file 2026-03-01 21:14:51 +02:00
Mohamed Ashraf 1c9953733f Moon forced me to this, i'm sorry valve 2026-03-01 23:09:07 +04:00