jio
New Member
Posts: 1
|
Post by jio on Aug 8, 2015 4:40:21 GMT 1
I'm trying to load lpp-3ds via Citra but I can't get it to work. I tried both R1 and R2. R1 gives me a black screen and R2 gives me a blank error. I have the index.lua file and the lpp.3dsx file in the same folder. The code is just a copy/paste of the hello world sample.
while true do Screen.waitVblankStart() Screen.refresh() Screen.debugPrint(0,0,"Hello World",Color.new(255,255,255),TOP_SCREEN) Screen.flip() end
|
|