Skip to content

Commit 5b7de7b

Browse files
committed
idaloader: try to load xkelib.til
wish there was a way to hide warning when til doesn't exist... thanks to BoringTradesmen on /r/360hacks for creating xkelib.til file
1 parent 198b1d5 commit 5b7de7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

idaloader.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,10 @@ bool load_application(linput_t* li)
397397

398398
// If this is XEX2 try loading in x360.til, in case we have one
399399
if (file.header().Magic == MAGIC_XEX2)
400+
{
400401
add_til("x360.til", ADDTIL_INCOMP);
402+
add_til("xkelib.til", ADDTIL_INCOMP);
403+
}
401404

402405
pe_add_sections(li, file);
403406

0 commit comments

Comments
 (0)