PSI-Rockin / Corgi3DS

An LLE dog-themed 3DS emulator
GNU General Public License v3.0
223 stars 21 forks source link

Fix some header issues & implement `uadd8`, `sel` #6

Closed ElementW closed 5 years ago

ElementW commented 5 years ago

uadd8 and sel were required by the fastboot3DS build I have on my NAND dump.

profi200 commented 5 years ago

Interesting. I did not realize gcc optimizes strcmp() using these instructions.

ElementW commented 5 years ago

@PSI-Rockin I've fixed the issues you mentioned. Sorry for the bad patch quality, it was just to get thing chugging along really and I (naively) thought it would be OK to PR it in its state.