mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-17 02:00:45 -04:00
No wonder why I use Linux and not Windows
Windows is insanely brutal Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -6526,7 +6526,8 @@ void GMainWindow::RegisterAutoloaderContents() {
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
std::stoull(title_dir_entry.path().filename().string(), nullptr, 16);
|
[[maybe_unused]] auto val =
|
||||||
|
std::stoull(title_dir_entry.path().filename().string(), nullptr, 16);
|
||||||
} catch (const std::invalid_argument&) {
|
} catch (const std::invalid_argument&) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user