diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-04-19 15:09:09 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-04-19 15:09:20 +0200 |
| commit | 1b4625ceddc7108c532fd91401f08fedab19a55d (patch) | |
| tree | 708a97d10b3e52f227b9e4b4fbbf11473d1a1a6c | |
| parent | fba75e31221d6f978dc31fe9c1baedc5e54f2f12 (diff) | |
| download | box64-1b4625ceddc7108c532fd91401f08fedab19a55d.tar.gz box64-1b4625ceddc7108c532fd91401f08fedab19a55d.zip | |
Added some weixin support (not really tested, for #711)
| -rwxr-xr-x | src/wrapped/wrappedatk_private.h | 2 | ||||
| -rw-r--r-- | system/box64.box64rc | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/wrapped/wrappedatk_private.h b/src/wrapped/wrappedatk_private.h index 974760af..0275583e 100755 --- a/src/wrapped/wrappedatk_private.h +++ b/src/wrapped/wrappedatk_private.h @@ -189,7 +189,7 @@ GO(atk_state_set_contains_state, iFpi) //GO(atk_state_set_or_sets, //GO(atk_state_set_remove_state, //GO(atk_state_set_xor_sets, -//GO(atk_state_type_for_name, +GO(atk_state_type_for_name, iFp) GO(atk_state_type_get_name, pFi) GO(atk_state_type_get_type, LFv) //GO(atk_state_type_register, diff --git a/system/box64.box64rc b/system/box64.box64rc index da7ad48f..4564407d 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -107,6 +107,10 @@ BOX64_DYNAREC_BIGBLOCK=2 BOX64_DYNAREC_FORWARD=512 BOX64_DYNAREC_CALLRET=1 +[weixin] +BOX64_MALLOC_HACK=2 +BOX64_NOSANDBOX=1 + # # Wine process # |