Removed the Win32 UI and the legacy makefiles.

This commit is contained in:
OBattler
2024-03-15 18:16:21 +01:00
parent 5fdf6dfb79
commit 2c5a460d23
128 changed files with 76 additions and 35204 deletions

View File

@@ -46,7 +46,7 @@ ProgSettings::getIconSetPath()
{
if (iconset_to_qt.isEmpty()) {
// Always include default bundled icons
iconset_to_qt.insert("", ":/settings/win/icons");
iconset_to_qt.insert("", ":/settings/qt/icons");
// Walk rom_paths to get the candidates
for (rom_path_t *emu_rom_path = &rom_paths; emu_rom_path != nullptr; emu_rom_path = emu_rom_path->next) {
// Check for icons subdir in each candidate