Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build error #123

Open
yyoossk opened this issue Dec 29, 2021 · 2 comments
Open

build error #123

yyoossk opened this issue Dec 29, 2021 · 2 comments

Comments

@yyoossk
Copy link

yyoossk commented Dec 29, 2021

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
Copy link

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

@cooolgamer
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants