mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-22 17:46:08 -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;
|
||||
|
||||
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&) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user