maxempoint / AR_GBX

Python Framework for interacting with the Action Replay GBX
GNU General Public License v3.0
0 stars 1 forks source link

Implement IPC via queue #4

Closed maxempoint closed 2 years ago

maxempoint commented 2 years ago

Right now the driver writes the data to a file where the parser reads it form and vice versa. This should be replaced by IPC.

maxempoint commented 2 years ago

6