You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.
The biggest performance bottleneck right now is GbaHardware's implementation of read_code_halfword (and also read_code_word). Probably going to have to use some unsafe pointery magic to speed this up.
The biggest performance bottleneck right now is
GbaHardware
's implementation ofread_code_halfword
(and alsoread_code_word
). Probably going to have to use some unsafe pointery magic to speed this up.Offending Code:
https://github.com/ExPixel/Pyrite/blob/f14503ef9d843fd0a9174037a9e4a099d68168bd/pyrite-gba/src/hardware.rs#L1070-L1075
The text was updated successfully, but these errors were encountered: