mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
Merge pull request #4015 from EmptyChaos/wx-misc-fixes
WX: Fix pop-under (win) / game list garbage (win) / language support (Linux)
This commit is contained in:
@ -62,6 +62,10 @@ public:
|
||||
NUMBER_OF_COLUMN
|
||||
};
|
||||
|
||||
#ifdef __WXMSW__
|
||||
bool MSWOnNotify(int id, WXLPARAM lparam, WXLPARAM* result) override;
|
||||
#endif
|
||||
|
||||
private:
|
||||
std::vector<int> m_FlagImageIndex;
|
||||
std::vector<int> m_PlatformImageIndex;
|
||||
|
Reference in New Issue
Block a user