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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: