PSI-Rockin / Corgi3DS

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

Fix compilation issue due to missing cstdint include in arm_disasm #40

Open schrmh opened 1 year ago

schrmh commented 1 year ago

Tried to compile the emulator using the described ways and in both cases I got the same bunch of warnings and the question if #include <cstdint> is missing in arm_disasm.hpp. And indeed, after adding that, compiling went through on Arch Linux x86_64.