From cd1a96f3895acf7a1cdc68761029be802bb8defd Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 7 Aug 2018 13:13:58 -0400 Subject: hle: Remove unused romfs.cpp/.h These files are no longer used, so we can get rid of them. --- src/core/hle/romfs.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/core/hle/romfs.h (limited to 'src/core/hle/romfs.h') diff --git a/src/core/hle/romfs.h b/src/core/hle/romfs.h deleted file mode 100644 index ee9f29760..000000000 --- a/src/core/hle/romfs.h +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2017 Citra Emulator Project -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. - -#pragma once - -#include -#include -#include "common/common_types.h" - -namespace RomFS { - -/** - * Gets the pointer to a file in a RomFS image. - * @param romfs The pointer to the RomFS image - * @param path A vector containing the directory names and file name of the path to the file - * @return the pointer to the file - * @todo reimplement this with a full RomFS manager - */ -const u8* GetFilePointer(const u8* romfs, const std::vector& path); - -} // namespace RomFS -- cgit v1.2.3