Changes between Version 2 and Version 3 of Loading


Ignore:
Timestamp:
Jul 4, 2023, 9:04:52 PM (10 months ago)
Author:
phosit
Comment:

Remove LoaderThunks; done in [27740]

Legend:

Unmodified
Added
Removed
Modified
  • Loading

    v2 v3  
    5656{{{
    5757  LDR_BeginRegistering();
    58   LDR_Register(..) for each sub-function (2)
     58  LDR_Register(..) for each sub-function
    5959  LDR_EndRegistering();
    6060}}}
     
    6464== Notes ==
    6565 1. input is important, since we want to be able to abort long loads or even exit the game immediately.
    66  2. !RegMemFun from !LoaderThunks.h may be used instead; it takes care of registering member functions, which would otherwise be messy.