Created
February 17, 2022 15:24
-
-
Save saidelike/a9b21d1dded5082313bac94cca18d6e6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int __fastcall setup_pjl_commands(int a1) | |
{ | |
// [COLLAPSED LOCAL DECLARATIONS. PRESS KEYPAD CTRL-"+" TO EXPAND] | |
pjl_ctx = create_pjl_ctx(a1); | |
pjl_set_datastall_timeout(pjl_ctx, 5); | |
sub_11981C(); | |
pjlpGrowCommandHandler("UEL", pjl_handle_uel); | |
... | |
pjlpGrowCommandHandler("LDLWELCOMESCREEN", pjl_handle_ldlwelcomescreen); | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment