mirror of https://github.com/yuzu-mirror/yuzu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
263 B
C++
14 lines
263 B
C++
6 years ago
|
// Copyright 2019 yuzu emulator team
|
||
|
// Licensed under GPLv2 or any later version
|
||
|
// Refer to the license.txt file included.
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "core/file_sys/vfs_types.h"
|
||
|
|
||
|
namespace FileSys {
|
||
|
|
||
|
VirtualDir ExtractZIP(VirtualFile zip);
|
||
|
|
||
|
} // namespace FileSys
|