mirror of
https://github.com/emu-russia/pureikyubu.git
synced 2025-04-02 10:42:15 -04:00
.. | ||
Scripts/VS2019 | ||
File.cpp | ||
File.h | ||
Jdi.cpp | ||
Jdi.h | ||
Json.cpp | ||
Json.h | ||
pch.cpp | ||
pch.h | ||
Readme.md | ||
Spinlock.cpp | ||
Spinlock.h | ||
String.cpp | ||
String.h | ||
Thread.cpp | ||
Thread.h |
Common
This section contains common API that have almost atomic significance for all projects.
- Json: Json serialization engine. Json is used to store emulator settings, as well as for the JDI system (Json Debug Interface).
- Spinlock: Mutually exclusive access synchronization.
- Thread: Portable threads.
- Jdi: Json Debug Interface. More information can be found in JsonDebugInteface.md
- File: File utilities
- String: String utilities