Core: Add a new File class, obtainable from an Archive, and a stub implementation.

This commit is contained in:
Emmanuel Gil Peyrot 2014-09-12 00:42:59 +02:00
parent 6b7b36a874
commit 9251f7e2f8
7 changed files with 208 additions and 0 deletions

View file

@ -23,6 +23,7 @@ set(SRCS
arm/interpreter/armvirt.cpp
arm/interpreter/thumbemu.cpp
file_sys/archive_romfs.cpp
file_sys/file_romfs.cpp
hle/kernel/address_arbiter.cpp
hle/kernel/archive.cpp
hle/kernel/event.cpp
@ -77,6 +78,8 @@ set(HEADERS
arm/arm_interface.h
file_sys/archive.h
file_sys/archive_romfs.h
file_sys/file.h
file_sys/file_romfs.h
hle/kernel/address_arbiter.h
hle/kernel/archive.h
hle/kernel/event.h