mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-29 14:53:18 +00:00
Reuse..
This commit is contained in:
parent
ca6f582ea8
commit
0d1a1fae07
6 changed files with 19 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include <QHeaderView>
|
||||
#include <QWidget>
|
||||
#include "pkg_viewer.h"
|
||||
|
@ -246,4 +249,4 @@ u32 PKGViewer::GetInteger(const std::string& key) {
|
|||
return map_integers.at(key);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue