mirror of
https://github.com/dingusdev/dingusppc.git
synced 2026-04-21 09:16:48 +00:00
Floating-point fix-ups
Largely to fix setting flags, but partially to fix the incorrect nan emulation
This commit is contained in:
@@ -84,7 +84,7 @@ void do_ctx_sync() {
|
||||
}
|
||||
}
|
||||
|
||||
void add_ctx_sync_action(const CtxSyncCallback& cb) {
|
||||
static void add_ctx_sync_action(const CtxSyncCallback& cb) {
|
||||
gCtxSyncCallbacks.push_back(cb);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user