mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 03:24:49 +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 "cheats_patches.h"
|
||||
#include "common/config.h"
|
||||
#include "common/path_util.h"
|
||||
#include "common/version.h"
|
||||
#include "compatibility_info.h"
|
||||
#include "game_info.h"
|
||||
|
@ -26,12 +27,11 @@
|
|||
#include <shobjidl.h>
|
||||
#include <wrl/client.h>
|
||||
#endif
|
||||
#include "common/path_util.h"
|
||||
|
||||
class GuiContextMenus : public QObject {
|
||||
Q_OBJECT
|
||||
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,
|
||||
QTableWidget* widget, bool isList) {
|
||||
QPoint global_pos = widget->viewport()->mapToGlobal(pos);
|
||||
|
|
Loading…
Add table
Reference in a new issue