mirror of
https://github.com/wiiu-env/libfat.git
synced 2024-11-26 03:44:15 +01:00
Added SC_MODE_FLASH
This commit is contained in:
parent
e64acc0133
commit
359b38085a
@ -28,6 +28,9 @@
|
|||||||
|
|
||||||
2006-07-11 - Chishm
|
2006-07-11 - Chishm
|
||||||
* Original release
|
* Original release
|
||||||
|
|
||||||
|
2007-01-29 - Chishm
|
||||||
|
* Added SC_MODE_FLASH
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef IO_SC_COMMON_H
|
#ifndef IO_SC_COMMON_H
|
||||||
@ -36,6 +39,7 @@
|
|||||||
#include "disc_io.h"
|
#include "disc_io.h"
|
||||||
|
|
||||||
// Values for changing mode
|
// Values for changing mode
|
||||||
|
#define SC_MODE_FLASH 0x1510
|
||||||
#define SC_MODE_RAM 0x5
|
#define SC_MODE_RAM 0x5
|
||||||
#define SC_MODE_MEDIA 0x3
|
#define SC_MODE_MEDIA 0x3
|
||||||
#define SC_MODE_RAM_RO 0x1
|
#define SC_MODE_RAM_RO 0x1
|
||||||
|
Loading…
Reference in New Issue
Block a user