Searched refs:method (Results 1 – 2 of 2) sorted by relevance
20 There is an easy method for incorporating this data into each game project.29 This method creates sound data (sound_data.sdat) using MakeSound.bat, puts that data on the ROM, th…
89 … void PMi_InsertList(PMGenCallbackInfo **listp, PMGenCallbackInfo *info, int priority, int method);1846 …c void PMi_InsertList(PMGenCallbackInfo **listp, PMGenCallbackInfo *info, int priority, int method) in PMi_InsertList() argument1866 if (method == PMi_COMPARE_GT && p->priority > priority ) in PMi_InsertList()1870 if (method == PMi_COMPARE_GE && p->priority >= priority ) in PMi_InsertList()