mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 18:24:55 +00:00
GetSystemCount
This commit is contained in:
@@ -6,7 +6,10 @@
|
||||
namespace Retro
|
||||
{
|
||||
|
||||
const char* DecodeARAMFile(const char* name);
|
||||
static const char* DecodeARAMFile(const char* name)
|
||||
{
|
||||
return (strncmp(name, "aram:", 5) == 0 ? name + 5 : name);
|
||||
}
|
||||
|
||||
enum class ESeekOrigin
|
||||
{
|
||||
@@ -44,7 +47,6 @@ public:
|
||||
static void ARAMARAMXferCallback(u32) {}
|
||||
static void DVDARAMXferCallback(s32, DVDFileInfo*) {}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __RETRO_CDVDFILE_HPP__
|
||||
|
||||
Reference in New Issue
Block a user