2 Commits

Author SHA1 Message Date
6209157cf2 v1.1.4 2023-06-21 15:42:19 +03:00
f26bcbd0fc HOTFIX: fix module unloading with SRFIX_DISABLE 2023-06-21 15:41:46 +03:00
3 changed files with 4 additions and 4 deletions

View File

@ -52,6 +52,7 @@ static void _unityplayer_callback(HMODULE unityModule) {
}
// Remove dependency on shared resources by patching WriteTextureStatisticUserData
unload_ctr_inc();
wtsud_patch_addr = ((char*)unityModule) + 0x16430;
@ -98,6 +99,5 @@ void hsr_fill_data(struct game_data *buf) {
buf->tp6_section_name = HSR_TP6_SECTION_NAME;
buf->tvm_section_name = HSR_TVM_SECTION_NAME;
unload_ctr_inc();
buf->unityplayer_callback = &_unityplayer_callback;
}

View File

@ -1,4 +1,4 @@
project('jadeite', 'c', version: '1.1.3')
project('jadeite', 'c', version: '1.1.4')
nasm = find_program('nasm')
gen_res = find_program('gen_resources.sh')

View File

@ -1,6 +1,6 @@
{
"jadeite": {
"version": "1.1.3"
"version": "1.1.4"
},
"games": {
"hi3rd": {