pureikyubu/SRC/Common
2020-04-23 22:32:38 +03:00
..
Scripts SamplingProfiler 2020-04-16 21:59:41 +03:00
Jdi.cpp GekkoCore refactoring complete 2020-04-23 22:32:38 +03:00
Jdi.h GekkoCore refactoring complete 2020-04-23 22:32:38 +03:00
Json.cpp Fixed interoping 2020-04-19 15:57:35 +03:00
Json.h Fixed interoping 2020-04-19 15:57:35 +03:00
pch.cpp Common.lib and project tuning 2020-04-11 00:09:28 +03:00
pch.h JDI in Common 2020-04-11 19:43:39 +03:00
Readme.md HleCommands 2020-04-14 23:14:37 +03:00
Spinlock.cpp Common.lib and project tuning 2020-04-11 00:09:28 +03:00
Spinlock.h Common.lib and project tuning 2020-04-11 00:09:28 +03:00
Thread.cpp Fixed bug with console closing 2020-04-18 21:12:16 +03:00
Thread.h Added example smp-onetri demo profile data 2020-04-18 21:44:36 +03:00

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