[Emulator] Launch file based on signature instead of file extension
This commit is contained in:
@@ -21,6 +21,11 @@
|
||||
namespace xe {
|
||||
namespace vfs {
|
||||
|
||||
const fourcc_t kZarMagic = make_fourcc((_ZARCHIVE::Footer::kMagic >> 24 & 0xFF),
|
||||
(_ZARCHIVE::Footer::kMagic >> 16 & 0xFF),
|
||||
(_ZARCHIVE::Footer::kMagic >> 8 & 0xFF),
|
||||
(_ZARCHIVE::Footer::kMagic & 0xFF));
|
||||
|
||||
class DiscZarchiveEntry;
|
||||
|
||||
class DiscZarchiveDevice : public Device {
|
||||
|
||||
Reference in New Issue
Block a user