mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-08-06 10:25:27 +00:00
One-line fix-up
This commit is contained in:
@@ -84,7 +84,7 @@ void do_ctx_sync() {
|
||||
}
|
||||
}
|
||||
|
||||
static void add_ctx_sync_action(const CtxSyncCallback& cb) {
|
||||
void add_ctx_sync_action(const CtxSyncCallback& cb) {
|
||||
gCtxSyncCallbacks.push_back(cb);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user