Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sys_event: Save ID of self event queue #10252

Merged
merged 4 commits into from May 9, 2021

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented May 7, 2021

May simplify representation saving of some parts of LV2 related to event queues and sys_interrupt tags.

@elad335
Copy link
Contributor Author

elad335 commented May 7, 2021

  • sys_interrupt: Save ID of self tag/handler.

@elad335 elad335 force-pushed the event-queue-save branch 2 times, most recently from 808716f to bee1f57 Compare May 7, 2021 19:35
Comment on lines 83 to 87
const lv2_protocol protocol;
const u32 id;
const s32 type;
const u64 name;
const u64 key;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const lv2_protocol protocol;
const u32 id;
const s32 type;
const u64 name;
const u64 key;
const lv2_protocol protocol;
const u32 id;
const s16 type;
const s16 size;
const u64 name;
const u64 key;

Something like this

@Nekotekina Nekotekina merged commit 31b55e0 into RPCS3:master May 9, 2021
@elad335 elad335 deleted the event-queue-save branch September 19, 2022 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants