diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-02-20 21:30:22 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-02-20 21:30:22 +0100 |
| commit | bfef8c9bbe8a16373742cb9c9e5691b93e994f58 (patch) | |
| tree | 246b21e67025f3159006efd04f78fc6e4ec696bf /src/include/debug.h | |
| parent | 42b83789880c300711f08e3852784e17cafaf7ac (diff) | |
| parent | 3fe2843bb3b95d8edd63d21c4f6acad7f652be91 (diff) | |
| download | box64-bfef8c9bbe8a16373742cb9c9e5691b93e994f58.tar.gz box64-bfef8c9bbe8a16373742cb9c9e5691b93e994f58.zip | |
Merge branch 'main' into steam_chrome
Diffstat (limited to 'src/include/debug.h')
| -rwxr-xr-x | src/include/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h index 024805a1..f4461243 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -23,6 +23,7 @@ extern int box64_dynarec_safeflags; extern int box64_dynarec_callret; extern int box64_dynarec_bleeding_edge; extern int box64_dynarec_hotpage; +extern int box64_dynarec_fastpage; extern int box64_dynarec_wait; #ifdef ARM64 extern int arm64_asimd; |