abaire / nxdk_pgraph_tests

Tests to verify xemu handling of various pushbuffer commands
Other
12 stars 8 forks source link

Fallback output path should not assume F partition exists #59

Closed mborgerson closed 2 years ago

mborgerson commented 2 years ago

Running from disc image with conventional HDD drive layout (no F partition), tester will fail when trying to create output directory because it assumes F partition exists. I think a using E:\, perhaps in udata, would make sense.

https://github.com/abaire/nxdk_pgraph_tests/blob/a2d65cba77e87d1c19597ac793e5b62edf34649a/src/main.cpp#L52

abaire commented 2 years ago

Agreed; at the moment there's a build flag to configure the fallback path but it'd be better to have a safe default that can be overridden to something situational than the inverse case we're in now.

abaire commented 2 years ago

For posterity, I decided to just use just e: as in the devkit case UDATA isn't a child of the default e: mount (which is actually e:\devkit, a sibling of UDATA).