mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Removed extensions limitation from tools/dkr_extractor.cpp
This commit is contained in:
@@ -101,9 +101,9 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
for (const auto & entry : fs::directory_iterator(baseromsDirectory)){
|
||||
std::string filename = entry.path().string();
|
||||
if(ends_with_rom_extension(filename)) {
|
||||
//if(ends_with_rom_extension(filename)) {
|
||||
roms.push_back(ROM(filename));
|
||||
}
|
||||
//}
|
||||
}
|
||||
|
||||
bool completedAnExtraction = false;
|
||||
|
||||
Reference in New Issue
Block a user