mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-01 19:25:41 -04:00

Fixes GetlocP failing after resetting the system, causing some FMVs to break/games to get wedged.
6 lines
131 B
C
6 lines
131 B
C
#pragma once
|
|
#include "types.h"
|
|
|
|
static constexpr u32 SAVE_STATE_MAGIC = 0x43435544;
|
|
static constexpr u32 SAVE_STATE_VERSION = 19;
|