Josh194 / FMCB

A platform that allows the linking of multiple applications/games together in various ways.
GNU General Public License v3.0
2 stars 1 forks source link

Finish Core Memory Systems #2

Closed Josh194 closed 3 years ago

Josh194 commented 3 years ago

Code should provide a consistent way of interacting with the core translation buffer that avoids any possible conflicts with race conditions. Should also provide a compiled shared library for subsystems to use.

Josh194 commented 3 years ago

Basic communication API complete, still need to merge #36.

Josh194 commented 3 years ago

Last cleanup changes merged from #36. Only now need to complete the server/client code for reading/writing to the buffer.