Skip to content

Commit b0366f7

Browse files
committed
Restore line lost in previous-but-one
1 parent 4941b10 commit b0366f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ckmame.cc

+1
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ bool CkMame::execute(const std::vector<std::string> &arguments) {
178178
return false;
179179
}
180180

181+
ensure_dir(configuration.rom_directory, false);
181182
std::error_code ec;
182183
rom_dir_normalized = std::filesystem::relative(configuration.rom_directory, "/", ec);
183184
if (ec || rom_dir_normalized.empty()) {

0 commit comments

Comments
 (0)