mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
orbis-kernel: sys_event: cache triggered events
add hp3d event stub
This commit is contained in:
parent
ce99af234c
commit
aaec1484a1
2 changed files with 67 additions and 52 deletions
|
|
@ -7,6 +7,8 @@
|
|||
namespace orbis {
|
||||
struct KQueue : orbis::File {
|
||||
shared_cv cv;
|
||||
kstring name;
|
||||
kvector<KEvent> triggeredEvents;
|
||||
std::list<KNote, kallocator<KNote>> notes;
|
||||
};
|
||||
} // namespace orbis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue