mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Reorganize code to new virtual folder
This commit is contained in:
parent
168582f395
commit
a99aa0790f
4
Makefile
4
Makefile
@ -21,9 +21,9 @@ ifeq ($(MODE),safe)
|
|||||||
export TARGET := SafeMode9
|
export TARGET := SafeMode9
|
||||||
endif
|
endif
|
||||||
BUILD := build
|
BUILD := build
|
||||||
SOURCES := source source/fatfs source/nand source/abstraction
|
SOURCES := source source/fatfs source/nand source/virtual source/abstraction
|
||||||
DATA := data
|
DATA := data
|
||||||
INCLUDES := source source/font source/fatfs source/nand
|
INCLUDES := source source/font source/fatfs source/nand source/virtual
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# options for code generation
|
# options for code generation
|
||||||
|
@ -24,7 +24,7 @@ typedef enum {
|
|||||||
#define DRV_MEMORY (1<<8)
|
#define DRV_MEMORY (1<<8)
|
||||||
#define DRV_ALIAS (1<<9)
|
#define DRV_ALIAS (1<<9)
|
||||||
#define DRV_SEARCH (1<<10)
|
#define DRV_SEARCH (1<<10)
|
||||||
#define DRV_STDFAT (1<<11) // standard FAT drive without limitiations
|
#define DRV_STDFAT (1<<11) // standard FAT drive without limitations
|
||||||
|
|
||||||
// permission types
|
// permission types
|
||||||
#define PERM_SDCARD (1<<0)
|
#define PERM_SDCARD (1<<0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user