bubble2k16 / snes9x_3ds

SNES9x Port for 3DS / 2DS
458 stars 63 forks source link

build error #123

Open yyoossk opened 2 years ago

yyoossk commented 2 years ago

C:/Users/hiroki2/snes9x_3ds/source/3dsgpu.h:65:5: error: 'GSPGPU_FramebufferFormats' does not name a type; did you mean 'GSPGPU_FramebufferFormat'? 65 | GSPGPU_FramebufferFormats screenFormat; | ^~~~~~~~~ | GSPGPU_FramebufferFormat C:/Users/hiroki2/snes9x_3ds/source/3dsmain.cpp: In function 'void {anonymous}::config3dsReadWriteBitmask(const char, uint32)': C:/Users/hiroki2/snes9x_3ds/source/3dsmain.cpp:792:50: error: 'numeric_limits' is not a member of 'std' 792 | config3dsReadWriteInt32(name, &tmp, std::numeric_limits::min(), std::numeric_limits::max()); | ^~~~~~ C:/Users/hiroki2/snes9x_3ds/source/3dsmain.cpp:792:65: error: expected primary-expression before 'int' 792 | config3dsReadWriteInt32(name, &tmp, std::numeric_limits::min(), std::numeric_limits::max()); | ^~~ C:/Users/hiroki2/snes9x_3ds/source/3dsmain.cpp:792:83: error: 'numeric_limits' is not a member of 'std' 792 | config3dsReadWriteInt32(name, &tmp, std::numeric_limits::min(), std::numeric_limits::max()); | ^~~~~~ C:/Users/hiroki2/snes9x_3ds/source/3dsmain.cpp:792:98: error: expected primary-expression before 'int' 792 | config3dsReadWriteInt32(name, &tmp, std::numeric_limits::min(), std::numeric_limits::max()); | ^~~ make[1]: [/opt/devkitpro/devkitARM/base_rules:80: 3dsmain.o] Error 1 make: [Makefile:197: build] Error 2

menguele commented 2 years ago

Bump. As this project uses an outdated syntax of devkitARM it would need atleast a partial rewrite

cooolgamer commented 2 years ago

yeah I have the exact same error, it's too outdated...