Skip to content

Instantly share code, notes, and snippets.

@saidelike
Created February 17, 2022 15:24
Show Gist options
  • Save saidelike/a9b21d1dded5082313bac94cca18d6e6 to your computer and use it in GitHub Desktop.
Save saidelike/a9b21d1dded5082313bac94cca18d6e6 to your computer and use it in GitHub Desktop.
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