mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-08-16 05:18:58 -04:00
Transform tagging for moon/giants chamber/lost woods particles, fixed missing nfd init
This commit is contained in:
@@ -16,8 +16,6 @@ void select_rom() {
|
||||
nfdresult_t result = NFD_OpenDialogN(&native_path, nullptr, 0, nullptr);
|
||||
|
||||
if (result == NFD_OKAY) {
|
||||
printf("Path: %ls\n", native_path);
|
||||
|
||||
std::filesystem::path path{native_path};
|
||||
|
||||
NFD_FreePathN(native_path);
|
||||
|
||||
Reference in New Issue
Block a user