[client] transport: encapsulate transport instances

This commit is contained in:
Geoffrey McRae
2026-08-11 14:53:29 +10:00
parent 77b661194a
commit eb6bb78db9
6 changed files with 91 additions and 67 deletions

View File

@@ -123,9 +123,8 @@ struct AppState
LG_Lock lgrLock;
bool useDMA;
LG_Transport * transport;
const LG_TransportOps * transportOps;
LG_TransportFeatureFlags transportFeatures;
LG_TransportInstance transport;
LG_TransportFeatureFlags transportFeatures;
LGThread * cursorThread;
LGThread * frameThread;