mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
ISOProperties/GameListCtrl: Use Global INI Change event.
ISOProperties no longer needs its hack to refresh the game list, the new INI Modified event can be used instead.
This commit is contained in:
@ -102,6 +102,7 @@ private:
|
||||
void OnMultiCompressISO(wxCommandEvent& event);
|
||||
void OnMultiDecompressISO(wxCommandEvent& event);
|
||||
void OnChangeDisc(wxCommandEvent& event);
|
||||
void OnLocalIniModified(wxCommandEvent& event);
|
||||
|
||||
void CompressSelection(bool _compress);
|
||||
void AutomaticColumnWidth();
|
||||
|
Reference in New Issue
Block a user