psxbios: completely rework exception handling
[pcsx_rearmed.git] / frontend / main.c
index 11bc4ed..1d00835 100644 (file)
@@ -780,9 +780,6 @@ void SysClose() {
        }
 }
 
-void SysUpdate() {
-}
-
 int get_state_filename(char *buf, int size, int i) {
        return get_gameid_filename(buf, size,
                "." STATES_DIR "%.32s-%.9s.%3.3d", i);