Questions tagged [nintendo-3ds]

A hand-held video game console developed by Nintendo. Use this tag for questions relating to development of software/mods to the Nintendo 3DS console.

The Nintendo 3DS was a revolutionary console improving upon the initial release of the Nintendo DS. "DS" in short standing for "Dual-Screen". The Nintendo 3DS improved upon the dual-screen functionality utilizing a stylis and touchscreen/button controls by adding a "parallax-barrier" for alternating verticle columns of pixels (as opposed to the standard spectroscopic 3D effect more commonly used) to the screens allowing for added depth of dimension relative to the player holding the screen perpendicular to the player FOV.

The Nintendo 3DS still persists today as a popular console, including forums for community development, ROM hacks/mods, and emulation development, such as Citra.

9 questions
1
vote
0 answers

Building project for Nintendo Switch on Unity

While I try build my project on Unity for Nintendo Switch I get Error in il2cpp and Exeptions: Error 1: Failed running E:\Program Files\Unity 2020.1.0b8\Editor\Data\il2cpp/build/deploy/netcoreapp3.0/il2cpp.exe --convert-to-cpp…
1
vote
0 answers

devkitpro libctru 3ds moving sprite is lagging

I am creating a game for my nintendo 3ds. Its a platformer. There I use sprite which are store in simple arrays and also some palettes. I am writing these Sprites directly into the framebuffer (so no citr02d). I am also using double buffering. The…
ocram101
  • 11
  • 1
1
vote
0 answers

why do i get an error when i try to do $make?

I'm using devkit pro, trying to create a 3DS Homebrew app. I keep getting an error while doing "$make" I have this code, #include <3ds.h> int main(){ gfxInitDefault(); gfxExit(); return 0; } It just says, \*\*\* missing seperator. stop. I am…
Sussy Baka
  • 11
  • 2
1
vote
0 answers

Is there a way to extract Nintendo 3DS activity log data and to use it in R

I am using unmodded hard- and software (New Nintendo 2DS XL, newest firmware version). Any ideas or example of how it is done (without installing custom firmware)? I sadly could not find anything. I would love to run some data analysis on my old…
weezeman
  • 11
  • 1
0
votes
0 answers

Godot Export for Nintendo 3DS?

I am making a game with the Godot Engine, and I am wondering if there is a way to make it so I can export it in a .cia or .3dx format so I can install it on a 3DS with Homebrew.
0
votes
0 answers

How to indicate end of STOR ftp

I'm programming a FTP client with Lua, and due to some limitations, I can only use sockets to connect to the FTP server (I can't use any specific library). When the file is fully sent, my program closes the data socket, but then I get an error on…
FerdinandoPH
  • 113
  • 1
  • 8
0
votes
1 answer

How do I check if the 3ds charger is plugged in?

I am writting a function to know wether or not the charger is plugged in my 3ds however my function keep returning false while the charger is plugged in. I expect my function to return true if the charger is plugged in my 3ds. Here is the…
The epic face 007
  • 552
  • 1
  • 8
  • 22
0
votes
0 answers

Make.exe giving me a STATUS_ACCESS_VIOLATION

So, I'm trying to compile a homebrew program for the 3DS but when ever I run "make" I get this: E:\3DS-Stuff\fasthax>make 0 [main] make 16616 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 321 [main] make 16616 open_stackdumpfile: Dumping…
-2
votes
1 answer

Unity fails to build due to IL2CPP

I made a archive of Unity for New 3DS, trying to use it myself tho it appears to give these errors even tho i have IL2CPP installed SETUP: Unity - 5.6.5f1 (New3DS key) Build - New3DS Ram - 8GB CPU - I5 Error(s): 1: Product: ARM Compiler 5.04 for…