mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-26 12:15:33 +00:00
Update src/core/loader.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
This commit is contained in:
parent
c9ed9dbcc1
commit
73e7ddbab4
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
#include "common/types.h"
|
#include "common/types.h"
|
||||||
#include "loader.h"
|
#include "loader.h"
|
||||||
|
|
||||||
FileTypes detectFileType(const std::string& filepath) {
|
FileTypes DetectFileType(const std::string& filepath) {
|
||||||
if (filepath.size() == 0) // no file loaded
|
if (filepath.size() == 0) // no file loaded
|
||||||
{
|
{
|
||||||
return FILETYPE_UNKNOWN;
|
return FILETYPE_UNKNOWN;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue