mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <QHeaderView>
|
||||
#include "elf_viewer.h"
|
||||
|
||||
ElfViewer::ElfViewer(QWidget* parent) : QTableWidget(parent) {
|
||||
dir_list_std = Config::getElfViewer();
|
||||
for (const auto& str : dir_list_std) {
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
#include <QTreeView>
|
||||
#include <QVBoxLayout>
|
||||
#include <QWidget>
|
||||
#include "core/loader/elf.h"
|
||||
#include "game_list_frame.h"
|
||||
#include "src/core/loader/elf.h"
|
||||
|
||||
class ElfViewer : public QTableWidget {
|
||||
Q_OBJECT
|
||||
|
||||
@@ -2,15 +2,14 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <fmt/core.h>
|
||||
|
||||
#include "common/config.h"
|
||||
#include "core/file_sys/fs.h"
|
||||
#include "emulator.h"
|
||||
#include "qt_gui/game_install_dialog.h"
|
||||
#include "qt_gui/main_window.h"
|
||||
|
||||
#include <emulator.h>
|
||||
#include <fmt/core.h>
|
||||
|
||||
// Custom message handler to ignore Qt logs
|
||||
void customMessageHandler(QtMsgType, const QMessageLogContext&, const QString&) {}
|
||||
|
||||
|
||||
@@ -9,13 +9,13 @@
|
||||
#include <QMainWindow>
|
||||
#include <QMimeData>
|
||||
#include <QScopedPointer>
|
||||
#include <emulator.h>
|
||||
#include <fmt/core.h>
|
||||
#include "common/config.h"
|
||||
#include "common/path_util.h"
|
||||
#include "core/file_format/psf.h"
|
||||
#include "core/file_sys/fs.h"
|
||||
#include "elf_viewer.h"
|
||||
#include "emulator.h"
|
||||
#include "game_grid_frame.h"
|
||||
#include "game_info.h"
|
||||
#include "game_list_frame.h"
|
||||
|
||||
Reference in New Issue
Block a user