mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2026-01-21 05:42:32 +01:00
* time: Make TimeZoneRule blittable and avoid copies This drastically reduce overhead of using TimeZoneRule around the codebase. Effect on games is unknown * Add missing Box type * Ensure we clean the structure still This doesn't perform any copies * Address gdkchan's comments * Simplify Box