Homebrew DeSmuME Wii - DS Emulator for Wii in development.

spotanjo3

Well-Known Member
Member
Joined
Nov 6, 2002
Messages
11,107
Trophies
3
XP
5,965
Country
United States
Oops.
laugh.gif
Thanks.
 

KiiWii

Editorial Team
Editorial Team
Joined
Nov 17, 2008
Messages
15,118
Trophies
3
Website
defaultdnb.github.io
XP
22,534
Country
United Kingdom
Curious Village crashes after name entry LOUD sounds follwed by prefect sound followed by black screen.

Brain training freezes on nintendo logo after language select, and orientation is tilted (possibly have an option in the emu to have it portrait or landscape?)
 

MWisBest

Well-Known Member
Newcomer
Joined
Dec 31, 2009
Messages
62
Trophies
0
XP
172
Country
United States
KiiWii said:
Curious Village crashes after name entry LOUD sounds follwed by prefect sound followed by black screen.

Brain training freezes on nintendo logo after language select, and orientation is tilted (possibly have an option in the emu to have it portrait or landscape?)

Try hitting either 2 or 1, it'll switch the layout.

On another note, I think that something is wrong with that website that posts the builds. I compiled my own version and it doesn't have the sound noise but I have yet to get a ROM to work (I've only tried Pokemon HeartGold and Scribblenauts).
 

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,746
Trophies
4
Age
45
Location
Engine room, learning
XP
15,563
Country
France
no, horizontal layout is different than turning the DS 90°
It would need both horizontal + 90° CC.


I stopped making builds, as Fabi's website is providing all of them quicker, but if you want I can make some builds too (once a day), mines have the 48 black lines between the screens.
But MWisBest are right, some of Fabi's dol I tested had the clicking noise when mine hadn't. I hope you will find a solution, as your website is/was useful with auto-build
smile.gif
[ Edit : Note that I was talking to Fabi here
tongue.gif
]

try Yoshi island if you want to see a game working fine with almost 100% speed
smile.gif
 

MWisBest

Well-Known Member
Newcomer
Joined
Dec 31, 2009
Messages
62
Trophies
0
XP
172
Country
United States
That's not my website
frown.gif


Also, WiiMote + Nunchuk support would be a nice addition, with this layout, as I don't have a Classic Controller or GC controller:

UP, DOWN, LEFT, RIGHT = NunChuk Stick
L = Z, R = B
A = Right, B = Down, X = Up, Y = Left
START = Plus, SELECT = Minus
TAP = A

(Taken from WiiDS Google Code page, I like it.)
 

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,746
Trophies
4
Age
45
Location
Engine room, learning
XP
15,563
Country
France
MWisBest said:
That's not my website
frown.gif


Also, WiiMote + Nunchuk support would be a nice addition, with this layout, as I don't have a Classic Controller or GC controller:

UP, DOWN, LEFT, RIGHT = NunChuk Stick
L = Z, R = B
A = Right, B = Down, X = Up, Y = Left
START = Plus, SELECT = Minus
TAP = A

(Taken from WiiDS Google Code page, I like it.)
yes, and how will you hit A + Y ? or B + X ? even if it's not usual, it could happen.

for my previous post, I was talking about Fabi's website.
 

spotanjo3

Well-Known Member
Member
Joined
Nov 6, 2002
Messages
11,107
Trophies
3
XP
5,965
Country
United States
YayMii said:
Just a question. Will this ever support DS-to-DS wireless? I want to trade Pokémon (with my other copy), but I don't have another DS.

No. Because this desmume emulator from developer team said no and not at any time.
 

Mr.Mugiwara

Well-Known Member
Newcomer
Joined
Apr 12, 2010
Messages
50
Trophies
0
Website
Visit site
XP
66
Country
Brazil
I tested Megaman ZX ,with 143 and crashes.
Castlevania dawn of sorrow so was the screen from the start and closed.
Jump superstars played very good but the sound of intro screen is very annoying ,Mario and Luigi:Partnres in time ,Yoshi DS i can't play game i just press the buttons and don't work.
 

D34DL1N3R

Nephilim
Member
Joined
Dec 6, 2008
Messages
3,670
Trophies
1
XP
3,209
Country
United States
What am I doing wrong when compiling?

> "make"
Disassembler.cpp
FIFO.cpp
FrontEnd.cpp
GPU.cpp
c:/DSEMU/desmumewii/source/src/GPU.cpp: In function 'u8* bmp_sprite_address(GPU*, _OAM_*, size, s32)':
c:/DSEMU/desmumewii/source/src/GPU.cpp:1496: warning: 'src' may be used uninitialized in this function
MMU.cpp
c:/DSEMU/desmumewii/source/src/MMU.cpp: In member function 'void DmaController::write32(u32)':
c:/DSEMU/desmumewii/source/src/MMU.cpp:1905: warning: unused variable 'wasRepeatMode'
NDSSystem.cpp
c:/DSEMU/desmumewii/source/src/NDSSystem.cpp:28:18: warning: zlib.h: No such file or directory
ROMReader.cpp
SPU.cpp
addons.cpp
arm_instructions.cpp
armcpu.cpp
bios.cpp
cflash.cpp
cheatSystem.cpp
common.cpp
cp15.cpp
ctrlssdl.cpp
debug.cpp
c:/DSEMU/desmumewii/source/src/debug.cpp: In function 'void DEBUG_reset()':
c:/DSEMU/desmumewii/source/src/debug.cpp:136: warning: format '%08X' expects type 'unsigned int', but argument 2 has type 'void (DebugStatistics::*)()'
c:/DSEMU/desmumewii/source/src/debug.cpp:136: warning: format '%08X' expects type 'unsigned int', but argument 2 has type 'void (DebugStatistics::*)()'

emufile.cpp
filebrowser.cpp
fs-linux.cpp
gfx3d.cpp
log_console.cpp
main.cpp
matrix.cpp
mc.cpp
mic.cpp
mic_alsa.cpp
movie.cpp
rasterize.cpp
c:/DSEMU/desmumewii/source/src/rasterize.cpp: In function 'int fastFloor(float)':
c:/DSEMU/desmumewii/source/src/rasterize.cpp:113: warning: dereferencing type-punned pointer will break strict-aliasing rules
readwrite.cpp
render3D.cpp
rtc.cpp
saves.cpp
c:/DSEMU/desmumewii/source/src/saves.cpp:28:18: warning: zlib.h: No such file or directory
c:/DSEMU/desmumewii/source/src/saves.cpp: In function 'bool savestate_save(EMUFILE*, int)':
c:/DSEMU/desmumewii/source/src/saves.cpp:956: error: 'Z_NO_COMPRESSION' was not declared in this scope
c:/DSEMU/desmumewii/source/src/saves.cpp:976: error: 'Z_OK' was not declared in this scope
c:/DSEMU/desmumewii/source/src/saves.cpp:977: error: 'Z_NO_COMPRESSION' was not declared in this scope
c:/DSEMU/desmumewii/source/src/saves.cpp:980: error: 'uLongf' was not declared in this scope
c:/DSEMU/desmumewii/source/src/saves.cpp:980: error: expected ';' before 'comprlen2'
c:/DSEMU/desmumewii/source/src/saves.cpp:986: error: 'comprlen2' was not declared in this scope
c:/DSEMU/desmumewii/source/src/saves.cpp:987: error: 'compress2' was not declared in this scope
c:/DSEMU/desmumewii/source/src/saves.cpp:999: error: 'Z_NO_COMPRESSION' was not declared in this scope

c:/DSEMU/desmumewii/source/src/saves.cpp: In function 'bool savestate_save(const char*)':
c:/DSEMU/desmumewii/source/src/saves.cpp:1013: error: 'Z_DEFAULT_COMPRESSION' was not declared in this scope
c:/DSEMU/desmumewii/source/src/saves.cpp: In function 'bool savestate_load(EMUFILE*)':
c:/DSEMU/desmumewii/source/src/saves.cpp:1156: error: 'uLongf' was not declared in this scope
c:/DSEMU/desmumewii/source/src/saves.cpp:1156: error: expected ';' before 'uncomprlen'
c:/DSEMU/desmumewii/source/src/saves.cpp:1157: error: 'uncomprlen' was not declared in this scope
c:/DSEMU/desmumewii/source/src/saves.cpp:1157: error: 'uncompress' was not declared in this scope
c:/DSEMU/desmumewii/source/src/saves.cpp:1158: error: 'Z_OK' was not declared in this scope

c:/DSEMU/desmumewii/source/src/saves.cpp: In function 'void rewindsave()':
c:/DSEMU/desmumewii/source/src/saves.cpp:1240: error: 'Z_NO_COMPRESSION' was not declared in this scope
make[1]: *** [saves.o] Error 1
"make": *** [build] Error 2


> Process Exit Code: 2
> Time Taken: 01:54
 
General chit-chat
Help Users
  • Plastisheep @ Plastisheep:
    And yes it is real Linux
  • Plastisheep @ Plastisheep:
    Its a very cool port... if I could get itto work
  • Plastisheep @ Plastisheep:
    @SylverReZ I thought you mentioned me lol
  • Plastisheep @ Plastisheep:
    my discord name is thisone
  • SylverReZ @ SylverReZ:
    Not interested in that, but, what was you trying to do with DSLinux?
  • Plastisheep @ Plastisheep:
    Interested in what? But anyway I was trying to run it on my DSi with a SD card (I believe it is compatible as long as I run it in DS mode)
  • Plastisheep @ Plastisheep:
    I made a thread for it
  • Skelletonike @ Skelletonike:
    2h until work is finished
  • AncientBoi @ AncientBoi:
    uh no. you have to do overtime :tpi:
  • Skelletonike @ Skelletonike:
    a big nope
  • T @ TimeGBAtmep:
    Hey, so noobie wii modderhere, with an already hacked wii from my brother with homebrew channel ands hitand d2x cIOS installer, so i was trying to run some old wii games i lost off of USB Loader GX, im aware that your supposed to use a usb drive, but currently the only drive i have is used for steam games and personal stuff so i'm gonna try running them off a 32 GB Fat32 SD Card that i use for all the wii mods i have, but when i try and launch skyward sword from usb loader gx, it goes black for a second then sends me back to homebrew channel? i just looked for guides on here and saw one that said to install CiOS v8 Final Base 57 onto slot 49? but it still does the same even after i do that
  • AncientBoi @ AncientBoi:
    [calls your boss to make it so] :rofl2::evil:
  • T @ TimeGBAtmep:
    and should i make this a post? probably
  • Skelletonike @ Skelletonike:
    Yeah, always make posts.
  • T @ TimeGBAtmep:
    got it
  • Skelletonike @ Skelletonike:
    The chat isn't that viewed, you'll usually find the same members and they're like 10 active or so
  • Skelletonike @ Skelletonike:
    posts get more visibility, and if you do get an answer, it won't be lost in the sea of convos
  • T @ TimeGBAtmep:
    okay this is embarrasing how do i make a non blog post
    T @ TimeGBAtmep: nvm