mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
Fix debug tests
This commit is contained in:
2
src/tools/.gitignore
vendored
Normal file
2
src/tools/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
root
|
||||
registry
|
||||
@@ -75,6 +75,7 @@ CALL :collect_dll winmm.dll
|
||||
CALL :collect_dll ws2_32.dll
|
||||
CALL :collect_dll wsock32.dll
|
||||
CALL :collect_dll msvcp140.dll
|
||||
CALL :collect_dll msvcp140d.dll
|
||||
|
||||
CALL :collect_dll locale.nls
|
||||
|
||||
|
||||
@@ -2897,6 +2897,9 @@ namespace
|
||||
|
||||
const auto filename = read_unicode_string(
|
||||
c.emu, emulator_object<UNICODE_STRING<EmulatorTraits<Emu64>>>{c.emu, attributes.ObjectName});
|
||||
|
||||
c.win_emu.log.print(color::dark_gray, "--> Querying file attributes: %s\n", u16_to_u8(filename).c_str());
|
||||
|
||||
const auto local_filename = c.win_emu.file_sys.translate(filename).string();
|
||||
|
||||
struct _stat64 file_stat{};
|
||||
|
||||
Reference in New Issue
Block a user