mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
CheatSearchTab: Fix signed/unsigned comparison warning
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
|
||||
namespace
|
||||
{
|
||||
const int MAX_CHEAT_SEARCH_RESULTS_DISPLAY = 1024;
|
||||
const unsigned int MAX_CHEAT_SEARCH_RESULTS_DISPLAY = 1024;
|
||||
}
|
||||
|
||||
CheatSearchTab::CheatSearchTab(wxWindow* const parent)
|
||||
|
Reference in New Issue
Block a user