mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-10-02 14:18:36 +00:00
Update src/core/loader.h
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
This commit is contained in:
parent
caa213f36b
commit
c9ed9dbcc1
1 changed files with 6 additions and 2 deletions
|
@ -5,5 +5,9 @@
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
enum FileTypes { FILETYPE_UNKNOWN, FILETYPE_PKG };
|
enum class FileTypes {
|
||||||
FileTypes detectFileType(const std::string& filepath);
|
Unknown,
|
||||||
|
Pkg,
|
||||||
|
};
|
||||||
|
|
||||||
|
FileTypes DetectFileType(const std::string& filepath);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue