mirror of
https://github.com/open-goal/jak-project
synced 2026-08-08 02:31:30 -04:00
637b043293
Updates Zydis to it's latest commit, this should fix building the project on intel macs with a more recent version of macOS. This likely needs some sanity checks that the debugger stuff still works as expected.
Zyan Core Library for C
Internal library providing platform independent types, macros and a fallback for environments without LibC.
Features
- Platform independent types
- Integer types (
ZyanU8,ZyanI32,ZyanUSize, ...) ZyanBool(+ZYAN_FALSE,ZYAN_TRUE)ZYAN_NULL
- Integer types (
- Macros
- Compiler/Platform/Architecture detection
- Asserts and static asserts
- Utils (
ARRAY_LENGTH,FALLTHROUGH,UNUSED, ...)
- Common types
ZyanBitsetZyanString/ZyanStringView
- Container types
ZyanVectorZyanList
- LibC abstraction (WiP)
License
Zycore is licensed under the MIT license.