mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-10-02 06:08:39 +00:00
uppercase fix
This commit is contained in:
parent
73e7ddbab4
commit
0ed79a92a5
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ void MainWindow::InstallPkg() {
|
||||||
|
|
||||||
void MainWindow::InstallDragDropPkg(std::string file, int pkgNum, int nPkg) {
|
void MainWindow::InstallDragDropPkg(std::string file, int pkgNum, int nPkg) {
|
||||||
|
|
||||||
if (detectFileType(file) == FILETYPE_PKG) {
|
if (DetectFileType(file) == FILETYPE_PKG) {
|
||||||
PKG pkg;
|
PKG pkg;
|
||||||
pkg.Open(file);
|
pkg.Open(file);
|
||||||
std::string failreason;
|
std::string failreason;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue