mirror of
https://github.com/yuzu-mirror/dynarmic.git
synced 2026-04-07 15:23:53 +00:00
backend/x64: Improve verbose debugging output
This commit is contained in:
parent
c0813cf2a5
commit
f0ebdf278c
14 changed files with 97 additions and 78 deletions
|
|
@ -663,6 +663,7 @@ static std::optional<size_t> str2sz(char const* s) {
|
|||
int main(int argc, char* argv[]) {
|
||||
if (argc != 5) {
|
||||
fmt::print("Usage: {} <thumb|arm|a64> <seed> <instruction_count> <iteration_count>\n", argv[0]);
|
||||
return 1;
|
||||
}
|
||||
|
||||
const auto seed = str2sz(argv[2]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue