mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
feat(gx): refresh CGxDevice studies
This commit is contained in:
parent
abcd88b4c1
commit
6a6d154b0a
63 changed files with 2685 additions and 549 deletions
|
|
@ -20,9 +20,10 @@ struct EvtTimer {
|
|||
uint64_t guidParam;
|
||||
void* guidParam2;
|
||||
};
|
||||
typedef EvtTimer* pointer_to_EvtTimer;
|
||||
|
||||
STORM_TS_PRIORITY_QUEUE(EvtTimer);
|
||||
STORM_TS_GROWABLE_ARRAY_POINTER_TO(EvtTimer);
|
||||
STORM_TS_GROWABLE_ARRAY(pointer_to_EvtTimer);
|
||||
|
||||
// class EvtTimerQueue : public TSPriorityQueue<EvtTimer>
|
||||
struct EvtTimerQueue {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue