Skip to content

Commit

Permalink
[Sapien][UI] Fix folder name being cut off.
Browse files Browse the repository at this point in the history
closes #74
  • Loading branch information
num0005 committed Aug 17, 2020
1 parent 0acfc2f commit e79d0c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions H2Codez/H2Sapien/H2Sapien.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,9 @@ void H2SapienPatches::Init()

WriteCall(0x4D75A4, main_loop__sync_major_change_hook); // codecave part of main_loop_body

// Fix wide/narrow string type confusion in hierarchy folder code
WritePointer(0x48DB6E + 1, "%ws");


#pragma endregion

Expand Down

0 comments on commit e79d0c6

Please sign in to comment.