mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 03:28:17 -05:00
FileSys: Added preliminary support for applications reading the RomFS archive.
Archive: Fixed brace ugliness for neobrain :) FS: Commented out unused local variables to prevent warnings. ...But keeping them here for future use. archive_romfs: Removed unused #include.
This commit is contained in:
@ -8,6 +8,7 @@ set(SRCS core.cpp
|
||||
system.cpp
|
||||
arm/disassembler/arm_disasm.cpp
|
||||
arm/disassembler/load_symbol_map.cpp
|
||||
file_sys/archive_romfs.cpp
|
||||
arm/interpreter/arm_interpreter.cpp
|
||||
arm/interpreter/armcopro.cpp
|
||||
arm/interpreter/armemu.cpp
|
||||
@ -75,7 +76,8 @@ set(HEADERS core.h
|
||||
arm/interpreter/vfp/asm_vfp.h
|
||||
arm/interpreter/vfp/vfp.h
|
||||
arm/interpreter/vfp/vfp_helper.h
|
||||
file_sys/file_sys.h
|
||||
file_sys/archive.h
|
||||
file_sys/archive_romfs.h
|
||||
hle/config_mem.h
|
||||
hle/coprocessor.h
|
||||
hle/hle.h
|
||||
|
Reference in New Issue
Block a user