core: De-globalize movie (#6659)
This commit is contained in:
@@ -20,6 +20,6 @@ struct SaveStateInfo {
|
||||
|
||||
constexpr u32 SaveStateSlotCount = 10; // Maximum count of savestate slots
|
||||
|
||||
std::vector<SaveStateInfo> ListSaveStates(u64 program_id);
|
||||
std::vector<SaveStateInfo> ListSaveStates(u64 program_id, u64 movie_id);
|
||||
|
||||
} // namespace Core
|
||||
|
||||
Reference in New Issue
Block a user