KieronJ / rpsx

A PlayStation emulator written in Rust.
MIT License
41 stars 2 forks source link

util: Fix sign extension bugs #12

Closed KieronJ closed 11 months ago

KieronJ commented 11 months ago

Fix a bug in the sign extension helpers which skips masking the input values if the sign bit is clear.

KieronJ commented 11 months ago

Fixes #11