|
d673445d81
|
Fix directory path when extracting from archive
* Don't create new dir in execution dir of melonds
* Create it beside the archive instead
Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com>
|
2021-01-10 12:46:47 +05:30 |
|
|
00e9a5e0c7
|
Allow melonDS to write the file
The directory wasn't created, so the file was not being written
|
2021-01-05 15:34:28 +00:00 |
|
|
f070eafce4
|
Fix return value of Archive::ExtractFileFromArchive
|
2021-01-03 15:29:03 +00:00 |
|
|
0be3f449a7
|
fix for the last commit
|
2020-12-19 17:46:09 +00:00 |
|
|
d6cade25f4
|
Extract ROM to new folder next to archive
For example if DS_ROMS.zip had game.nds, the directory structure would be:
├── DS_ROMS
│ └── game.nds
└── DS_ROMS.zip
|
2020-12-19 17:41:51 +00:00 |
|
|
a8851a51f1
|
Switch to libarchive
|
2020-10-22 23:41:26 +01:00 |
|