remove some stuff from Platform

This commit is contained in:
Arisotura
2024-05-27 00:41:13 +02:00
parent 5fb8836440
commit 41e9715f7f
9 changed files with 29 additions and 62 deletions

View File

@ -79,18 +79,6 @@ enum StopReason {
*/
void SignalStop(StopReason reason);
/**
* @returns The ID of the running melonDS instance if running in local multiplayer mode,
* or 0 if not.
*/
int InstanceID();
/**
* @returns A suffix that should be appended to all instance-specific paths
* if running in local multiplayer mode,
* or the empty string if not.
*/
std::string InstanceFileSuffix();
/**
* Denotes how a file will be opened and accessed.