mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-02 13:40:47 -07:00
* core_timing: Use better reference tracking for EventType. - Moves ownership of the event to the caller, ensuring we don't fire events for destroyed objects. - Removes need for unique names - we won't be using this for save states anyways.