# | Line 107 | Line 107 | static bool ready = false; | |
---|---|---|
107 | static struct stat root_stat; | |
108 | ||
109 | // File system ID/media type | |
110 | < | const int16 MY_FSID = 0x6261; // 'ba' |
111 | < | const uint32 MY_MEDIA_TYPE = FOURCC('b','a','s','i'); |
110 | > | const int16 MY_FSID = EMULATOR_ID_2; |
111 | > | const uint32 MY_MEDIA_TYPE = EMULATOR_ID_4; |
112 | ||
113 | // CNID of root and root's parent | |
114 | const uint32 ROOT_ID = 2; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |