Homebrew Updates about nesDS...

gothicall

Blah blah blah!
Member
Joined
Apr 29, 2010
Messages
230
Trophies
1
XP
645
Country
Colombia
Hmmm...

I love this Gif
Megaman_retro_3D_by_cezkid.gif


Dodge Danpei was the best game in the Nes's history. Since NesDX this Rom doesn't work... Please fix it!
wink2.gif
 

twiztidsinz

Taiju Yamada Fan
Member
Joined
Dec 23, 2008
Messages
4,979
Trophies
0
Website
Visit site
XP
219
Country
United States
QUOTE said:
UPDATES:
--------
0.45a:
avenir write a patch to nesDS, what's new? He said...
@----------- start [email protected]
Extended the reset to "If not loaded from hbmenu/xenofile, returns DSi/3DS menu on DSi/3DS".
stringsort() is now a wrapper for qsort().
extlink now accepts multibyte filename thanks to Unicode support.
Directory listing is shown the same way as WinNT(8.3 lower case).
 

twiztidsinz

Taiju Yamada Fan
Member
Joined
Dec 23, 2008
Messages
4,979
Trophies
0
Website
Visit site
XP
219
Country
United States
Thanks again for the update!
biggrin.gif


Two small suggestions:
1). Can nesDS look for the INI file in the directory it's run from?
-- simply removing the "/" with a hex editor* appears to work, so the same should work with the source.
2). Can you add a 'Start In' folder for browsing the INI file? (like StartIn=/nesDS)



*Add a "00" hex byte after the "nesDS.ini" to retain the file length.
 

Recorderdude

Musician, Animator, Buffoon.
Member
Joined
Jun 19, 2010
Messages
1,392
Trophies
0
Age
27
Website
Visit site
XP
262
Country
United States
Can you give us a list of all possible commands for the .ini? I'm not sure if all are included within the default configuration.

Also, by /nesds.ini, you mean that the .ini should be in the root of the card, right? NOT in the same location as the NESDS.nds.
 

huiminghao

Well-Known Member
OP
Member
Joined
Mar 6, 2011
Messages
175
Trophies
0
Website
Visit site
XP
96
Country
Switzerland
personuser said:
Can you give us a list of all possible commands for the .ini? I'm not sure if all are included within the default configuration.

Also, by /nesds.ini, you mean that the .ini should be in the root of the card, right? NOT in the same location as the NESDS.nds.
The .ini lists all the possible options... If you want to add something, you need to change the source code..
This file MUST be placed in the root "/".
Although "R & L" is possible for short-cuts, but not recommended in the version...
 

Recorderdude

Musician, Animator, Buffoon.
Member
Joined
Jun 19, 2010
Messages
1,392
Trophies
0
Age
27
Website
Visit site
XP
262
Country
United States
huiminghao said:
personuser said:
Can you give us a list of all possible commands for the .ini? I'm not sure if all are included within the default configuration.

Also, by /nesds.ini, you mean that the .ini should be in the root of the card, right? NOT in the same location as the NESDS.nds.
The .ini lists all the possible options... If you want to add something, you need to change the source code..
This file MUST be placed in the root "/".
Although "R & L" is possible for short-cuts, but not recommended in the version...

okay, this is very good.
The reason I ask about the location of the .ini is that on the DSTWO flashcart if you had to put it in the same directory as nesds.nds it would overwrite a DSTWO-specific .ini file that links a program with an image, and the nesds would have a ?, making it harder to see where it is.
 

huiminghao

Well-Known Member
OP
Member
Joined
Mar 6, 2011
Messages
175
Trophies
0
Website
Visit site
XP
96
Country
Switzerland
twiztidsinz said:
Thanks again for the update!
biggrin.gif


Two small suggestions:
1). Can nesDS look for the INI file in the directory it's run from?
2). Can you add a 'Start In' folder for the INI file? (like StartIn=/nesDS/)
Sorry man. The ini file does NOT support 'String value'. so...
Maybe I/someone will re-write the program that loading the '.ini' file...
 

twiztidsinz

Taiju Yamada Fan
Member
Joined
Dec 23, 2008
Messages
4,979
Trophies
0
Website
Visit site
XP
219
Country
United States
personuser said:
okay, this is very good.
The reason I ask about the location of the .ini is that on the DSTWO flashcart if you had to put it in the same directory as nesds.nds it would overwrite a DSTWO-specific .ini file that links a program with an image, and the nesds would have a ?, making it harder to see where it is.
A 'global' solution I think would be to change "/nesDS.ini" to "nesDS.cfg".
This will allow the file to 'follow' the NDS file and not conflict with the DSTwo's Plugin.
INI, CFG, DAT, TXT, doesn't matter, only the contents does.


I like TyRaNtM's idea better... /DATA/nesDS.ini
 

TyRaNtM

I did some projects..
Member
Joined
Oct 13, 2007
Messages
1,008
Trophies
0
Age
36
Location
Chile
Website
www.power-ups.net
XP
550
Country
Cote d'Ivoire
huiminghao said:
personuser said:
Can you give us a list of all possible commands for the .ini? I'm not sure if all are included within the default configuration.

Also, by /nesds.ini, you mean that the .ini should be in the root of the card, right? NOT in the same location as the NESDS.nds.
The .ini lists all the possible options... If you want to add something, you need to change the source code..
This file MUST be placed in the root "/".
Although "R & L" is possible for short-cuts, but not recommended in the version...

@huiminghao:
I think that will be better if you change sd:/nesds.ini to sd:/DATA/nesds.ini .
Why? Because some homebrews uses DATA folder as .ini folder.
Also, will be good, because another homebrews uses root as .ini file folder, and is better to keep the root folder clean.

BTW, Is Paperboy (1), working fine?
 

avenir

Well-Known Member
Member
Joined
Dec 8, 2010
Messages
375
Trophies
0
XP
93
Country
United States
twiztidsinz said:
1). Can nesDS look for the INI file in the directory it's run from?
-- simply removing the "/" with a hex editor* appears to work, so the same should work with the source.
2). Can you add a 'Start In' folder for browsing the INI file? (like StartIn=/nesDS)
2. Possibly it's easy.

1. What flashcart are you using?
I mean, does it support ARGV?
huiminghao uses R4SDHC, which requires hbmenu or x***file to set ARGV.
Well I can lock out reading ini if there isn't ARGV, but it shouldn't be good I think.

Or I can use /moonshl2/extlink/nesDS.ini?
 

jaredlivingstone

Active Member
Newcomer
Joined
Jul 20, 2007
Messages
36
Trophies
0
XP
90
Country
New Zealand
Thanks for all the updates. The touch interface is much more responsive now. I noticed when you take the DS out of sleep mode while running nesDS the screen, sound and power light cycle 3 times before resuming normal function. This isn't a big deal, but I thought I would let you know. Is it possible for you to add a default rom folder option to the INI file?
 

twiztidsinz

Taiju Yamada Fan
Member
Joined
Dec 23, 2008
Messages
4,979
Trophies
0
Website
Visit site
XP
219
Country
United States
TyRaNtM said:
@huiminghao:
I think that will be better if you change sd:/nesds.ini to sd:/DATA/nesds.ini .
Why? Because some homebrews uses DATA folder as .ini folder.
Also, will be good, because another homebrews uses root as .ini file folder, and is better to keep the root folder clean.

BTW, Is Paperboy (1), working fine?
If you don't mind grabbing the source and compile it yourself, open romloader.c and scroll down to Line 341.
Change all the "/nesDS.ini" to "/DATA/nesDS.ini", compile and enjoy. Works wonder
smile.gif

Here's one that uses /DATA/nesDS.ini: http://www.mediafire.com/?2suxs59v7o1q8oh
 

huiminghao

Well-Known Member
OP
Member
Joined
Mar 6, 2011
Messages
175
Trophies
0
Website
Visit site
XP
96
Country
Switzerland
jaredlivingstone said:
Thanks for all the updates. The touch interface is much more responsive now. I noticed when you take the DS out of sleep mode while running nesDS the screen, sound and power light cycle 3 times before resuming normal function. This isn't a big deal, but I thought I would let you know. Is it possible for you to add a default rom folder option to the INI file?
Oh... libnds did the 'Sleep' thing... I can re-write the sleep function, BUT I dont want to...
Maybe the ARM7 is sleeping deeply, it can not return to normal state too fast.....
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Skelletonike @ Skelletonike:
    3h left until work finishes, bah
  • Skelletonike @ Skelletonike:
    link doesn't work
    +2
  • Skelletonike @ Skelletonike:
    1H left, such a slow week.
  • Sonic Angel Knight @ Sonic Angel Knight:
    Okay, I had spaghetti :P
  • SylverReZ @ SylverReZ:
    Hope they made lots of spaget
  • K3N1 @ K3N1:
    Chill dog
  • SylverReZ @ SylverReZ:
    Chilli dog
  • Skelletonike @ Skelletonike:
    Damn, I'm loving the new zelda.
  • xtremegamer @ xtremegamer:
    loving the new zelda, i started a game, it was so fucking good, so i
    am waiting on my friend to get home so we can start a new one together
  • Skelletonike @ Skelletonike:
    I just dislike that they don't let me choose the voices before the game starts. Happened with botw as well, had to change to japanese and restart.
  • K3N1 @ K3N1:
    But the important question is can you choose gender
  • Skelletonike @ Skelletonike:
    Same way you can choose Gerald's gender.
  • Skelletonike @ Skelletonike:
    *Geralt, damn autocorrect.
  • Psionic Roshambo @ Psionic Roshambo:
    But can he be trans? Lol
  • K3N1 @ K3N1:
    Zelda transforms into link
  • Psionic Roshambo @ Psionic Roshambo:
    Link I'm not the princess your looking for.... *Pulls a crying game*
  • K3N1 @ K3N1:
    *skirt up* it's exactly what I always wanted
  • Skelletonike @ Skelletonike:
    Just scanned all my zelda amiibos, took a while but didn't get anything that cool, did get the lon lon ranch hylian fabrics though.
  • Skelletonike @ Skelletonike:
    It was pretty funny when I scanned wolf link and got a shit load of meat.
  • K3N1 @ K3N1:
    @Skelletonike, btw I ran that custom for mgs4 on the deck I'm amazed it got that far in game
  • K3N1 @ K3N1:
    Plug in*
    K3N1 @ K3N1: Plug in*