mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-29 06:43:17 +00:00
Fix list after deleting a game (#2577)
This commit is contained in:
parent
636a90386b
commit
0bdd21b4e4
1 changed files with 2 additions and 2 deletions
|
@ -13,6 +13,7 @@
|
||||||
#include <qt_gui/background_music_player.h>
|
#include <qt_gui/background_music_player.h>
|
||||||
#include "cheats_patches.h"
|
#include "cheats_patches.h"
|
||||||
#include "common/config.h"
|
#include "common/config.h"
|
||||||
|
#include "common/path_util.h"
|
||||||
#include "common/version.h"
|
#include "common/version.h"
|
||||||
#include "compatibility_info.h"
|
#include "compatibility_info.h"
|
||||||
#include "game_info.h"
|
#include "game_info.h"
|
||||||
|
@ -26,12 +27,11 @@
|
||||||
#include <shobjidl.h>
|
#include <shobjidl.h>
|
||||||
#include <wrl/client.h>
|
#include <wrl/client.h>
|
||||||
#endif
|
#endif
|
||||||
#include "common/path_util.h"
|
|
||||||
|
|
||||||
class GuiContextMenus : public QObject {
|
class GuiContextMenus : public QObject {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
void RequestGameMenu(const QPoint& pos, QVector<GameInfo> m_games,
|
void RequestGameMenu(const QPoint& pos, QVector<GameInfo>& m_games,
|
||||||
std::shared_ptr<CompatibilityInfoClass> m_compat_info,
|
std::shared_ptr<CompatibilityInfoClass> m_compat_info,
|
||||||
QTableWidget* widget, bool isList) {
|
QTableWidget* widget, bool isList) {
|
||||||
QPoint global_pos = widget->viewport()->mapToGlobal(pos);
|
QPoint global_pos = widget->viewport()->mapToGlobal(pos);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue