Snes9X4D4P


Pleng said:
Does this not mean that any background tasks accessing $HOME will be directed to appdata?
No, as has been said.
To expand on it and offer "proof", open two terminals, and into one type
"export FOO=abc"
and in the other
"export FOO=xyz"
then, in both, type
"echo $FOO"
and see what you get. You should still get "abc" in the first, and "xyz" in the second. And that's how it works when you start any other application as well.
 
Last edited by a moderator:
Pleng said:
skeezix said:
Sience -- no sweat; I'll check the code, but in theory you're probably just using ~ or $HOME, in which case .. in the sh-script that launches the appwithin the pnd-file, I'll just piut "set $HOME=." and good to go ;) If you're doing directory walking/passwd-walking I'll alter the code.

jeff

Does this not mean that any background tasks accessing $HOME will be directed to appdata?

Env vars only carry on for their children; so when a run-script within a pnd is invoked, its setting $HOME to . is only for that executable, nothing else.

jeff
 
Last edited by a moderator:
Uploading a new SNES version now ..
- SRAM saves go to appdata (in a hidden directory, but nonetheless there.)
- sound is higher quality
- parag0n added 7z support to the rom picker

Should be updated here:
http://dl.openhandhe...?0,26,1,0,71,63
-- seems like its taking its sweet time accepting the update :/

Somethign is going funny there, so get it here as well:
http://www.codejedi....4p_build003.pnd

jeff
 
skeezix cheers mate, did not recieve my Panda this week hoping for next can't wait to try this :)

Edit: Could some with a Panda please show a video of playing the following games please?

Mortal Kombat 2
Black Throne
Bio Metal

Pretty please? :p
 
SiENcE said:
@all paypalers: You can support me too ... just because i worked several month on my Snes9x4D Emulator. Added all special chips like Fx1, Fx2, OBC1, SH1, DSP2, DSP3, DSP4 aso. Sadly i only have a Dingoo and no Pandora or Wiz.

skeezix: Could you send me your patches as i noted in the readme, i can add it to the code repository. Only one repository for one snes emulator would be more usefull. I can also add you as developer, that you can submit code. You can also benefit from this, just because i'm further enhancing my emulator.

The svn can be found here:
http://crankgaming.blogspot.com/

greetz from dingoonity^community
SiENcE

Yeah this guys right, made Starfox possible on the Dingoo, no easy feat. I'll send you some coin once I get a job kinda broke now.
Thanks
 
Last edited by a moderator:
I don't know if this has been mentioned before, but I was browsing zophar.net to see what new emulators had come out when I came accross this...

http://www.zophar.net/consoles/pandora.html

They have a pandora section now. And Snes9x4dp is on there :lol: the 'dora is really picking up steam.

edit: edited out accidental quote -doh
 
skeezix said:
Uploading a new SNES version now ..
- SRAM saves go to appdata (in a hidden directory, but nonetheless there.)

Is this appdata folder in the same location the .pnd is, or is this one of those hidden folders on the firmware chip that are impossible to find when you need to access them manually?
 
Last edited by a moderator:
/pandora/appdata/<uniqueid> on the same sd as the pnd

I forget the appdir name I used but it should be relatively obvious

jeffphone
 
Back
Top