Hacking Official Xbox One Retroarch Thread

ploggy

WAKA! WAKA!
OP
Member
Joined
Aug 29, 2007
Messages
4,820
Trophies
2
XP
7,863
Country
United Kingdom
@dominater01
Hi man
Is there any 3do emulator on retroarch ?
Casue I downloded 3do games but cant see any emulator can run it on retroerch !

And how can touch controller on nds emulator on retroarch ?
Scroll to the bottom of the Core list its called "The 3DO Company - 3DO (4DO)"
https://docs.libretro.com/library/4do/ (BIOS INFO)
For DS touch.. in the Core options in Desmume 2015 you can map the touch controls to the right analog stick. :)

--------------------- MERGED ---------------------------

@dominater01 the freeze when idling on the XMB UI is still happening I was hoping the last update may have fixed it but no :/
 
Last edited by ploggy,

dominater01

Well-Known Member
Member
Joined
Mar 13, 2009
Messages
1,278
Trophies
1
Age
33
XP
2,894
Country
United States
  • Like
Reactions: spyro88

spyro88

Well-Known Member
Newcomer
Joined
Aug 27, 2018
Messages
84
Trophies
0
Age
39
XP
311
Country
Portugal
https://docs.libretro.com/library/4do/

all bios go under the system folder you can get there on device portal

file explorer > LocalAppData > Retroarch > Local State > system

to enable the core options do this


Ok thank you soo much
Now I understand and did exactly everything good with me but one thing
Touch mode on nds desmus 2015

I tried in options but cant make touch mode on my controller !!
@ploggy
Help please
 

ploggy

WAKA! WAKA!
OP
Member
Joined
Aug 29, 2007
Messages
4,820
Trophies
2
XP
7,863
Country
United Kingdom
Ok thank you soo much
Now I understand and did exactly everything good with me but one thing
Touch mode on nds desmus 2015

I tried in options but cant make touch mode on my controller !!
@ploggy
Help please
In Desmume 2015's option menu there's a option called "Pointer mode r-analog" set that to "Emulated" ;)
Now you can use your Right Analog Stick as the pointer and use the Right Trigger as the pointer press :)
 

spyro88

Well-Known Member
Newcomer
Joined
Aug 27, 2018
Messages
84
Trophies
0
Age
39
XP
311
Country
Portugal
In Desmume 2015's option menu there's a option called "Pointer mode r-analog" set that to "Emulated" ;)
Now you can use your Right Analog Stick as the pointer and use the Right Trigger as the pointer press :)
Thanks friend
I did everything you say but no icon display on screen ... ! So please can you see what is problem ?

--------------------- MERGED ---------------------------

In Desmume 2015's option menu there's a option called "Pointer mode r-analog" set that to "Emulated" ;)
Now you can use your Right Analog Stick as the pointer and use the Right Trigger as the pointer press :)
Ok I tried also (desmuMe ) and its ok
Icon display
Everything its ok
But on desmuMe 2015 cant dispkay icon ... weird
Can you help ?
 

ploggy

WAKA! WAKA!
OP
Member
Joined
Aug 29, 2007
Messages
4,820
Trophies
2
XP
7,863
Country
United Kingdom
Thanks friend
I did everything you say but no icon display on screen ... ! So please can you see what is problem ?

--------------------- MERGED ---------------------------


Ok I tried also (desmuMe ) and its ok
Icon display
Everything its ok
But on desmuMe 2015 cant dispkay icon ... weird
Can you help ?

Here:
 

Bartender64

Active Member
Newcomer
Joined
Jan 7, 2019
Messages
39
Trophies
0
Age
56
XP
186
Country
Puerto Rico
So, I've been looking as to why the N64 and dreamcast cores aren't working... They have in common that they are using Vulcan and/or opengl as the rendering engine. So in order for them to work, the core renderer engines needs to be rewritten to also work with directx. The dolphin case it's a bit tricky. I think it is failing because it uses functions that aren't allowed by the sandboxed nature of the uwp platform (maybe totally wrong about this), but if only I could manage to compile the damn code to make sure, and to change somethings around and see if I could manage to run it would be great. The thing preventing me from compiling the core, has to do with a damn dependency of git(which I have correctly installed and configured on my machine).
 

ploggy

WAKA! WAKA!
OP
Member
Joined
Aug 29, 2007
Messages
4,820
Trophies
2
XP
7,863
Country
United Kingdom
So, I've been looking as to why the N64 and dreamcast cores aren't working... They have in common that they are using Vulcan and/or opengl as the rendering engine. So in order for them to work, the core renderer engines needs to be rewritten to also work with directx. The dolphin case it's a bit tricky. I think it is failing because it uses functions that aren't allowed by the sandboxed nature of the uwp platform (maybe totally wrong about this), but if only I could manage to compile the damn code to make sure, and to change somethings around and see if I could manage to run it would be great. The thing preventing me from compiling the core, has to do with a damn dependency of git(which I have correctly installed and configured on my machine).
Hmm, I don't know how to compile Retroarch Core either :P So I'm no help there..
I'm guessing PPSSPP fails to load for the same reason as Dolphin? It's a shame that the 3 main Core I want to mess with are the one's that don't even load :P
You could try talking to the Retroarch devs themselves? they can steer you in the right direction?
 
  • Like
Reactions: Bartender64

jammybudga777

Well-Known Member
Member
Joined
Aug 23, 2013
Messages
2,284
Trophies
1
Age
37
XP
2,193
Country
So, I've been looking as to why the N64 and dreamcast cores aren't working... They have in common that they are using Vulcan and/or opengl as the rendering engine. So in order for them to work, the core renderer engines needs to be rewritten to also work with directx. The dolphin case it's a bit tricky. I think it is failing because it uses functions that aren't allowed by the sandboxed nature of the uwp platform (maybe totally wrong about this), but if only I could manage to compile the damn code to make sure, and to change somethings around and see if I could manage to run it would be great. The thing preventing me from compiling the core, has to do with a damn dependency of git(which I have correctly installed and configured on my machine).
just suggesting. if it was to do with opengl or vulkan then surely other cores that use opengl wouldnt work either?
 

jammybudga777

Well-Known Member
Member
Joined
Aug 23, 2013
Messages
2,284
Trophies
1
Age
37
XP
2,193
Country
hmmm interesting. hopefully your on the right track then. i was thinking more that there is issue's with threaded video and also when you load some cores it asks about loading a dummy core to make sure it doesnt shut down. (just my opinion but ive not researched properly tbh)
 

Bartender64

Active Member
Newcomer
Joined
Jan 7, 2019
Messages
39
Trophies
0
Age
56
XP
186
Country
Puerto Rico
Hmm, I don't know how to compile Retroarch Core either :P So I'm no help there..
I'm guessing PPSSPP fails to load for the same reason as Dolphin? It's a shame that the 3 main Core I want to mess with are the one's that don't even load :P
You could try talking to the Retroarch devs themselves? they can steer you in the right direction?

Yeah, I'll definitely try that later at night if I have the time, or during the weekend. Eitherway, I find amusing that these first builds have accomplished to be compatible with so many cores out of the box.
 
  • Like
Reactions: jammybudga777

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BakerMan
    I rather enjoy a life of taking it easy. I haven't reached that life yet though.
  • SylverReZ @ SylverReZ:
    @Materia_tofu, We do learn a lot from plenty of talented individuals.
  • Materia_tofu @ Materia_tofu:
    this is true! i learned how to make soundfont remixes from a friend back in 2021
    +1
  • BakerMan @ BakerMan:
    Update on my brother: He's home now, tired and hungry, obviously, but other than that, seems to be doing fine.
    +2
  • Veho @ Veho:
    That's a relief to hear. Do you know what happened?
  • SylverReZ @ SylverReZ:
    @BakerMan, Any idea what happened? I hope that your brother's doing good.
  • BakerMan @ BakerMan:
    Well, from what I've heard from my parents, he had a seizure last night, perhaps an epileptic episode, fucking died, had a near death experience, my dad called the paramedics, they showed up, took him to the hospital, and he woke up covered in tubes, and started complaining.
  • BakerMan @ BakerMan:
    He couldn't eat until after his MRI, when he had a bomb pop.
  • BakerMan @ BakerMan:
    What matters now is that he's doing alright.
  • Veho @ Veho:
    But you still don't know what it was?
  • Veho @ Veho:
    Has he had seizures before?
  • The Real Jdbye @ The Real Jdbye:
    apparently stress can cause seizures, my brother had one during a test once
  • The Real Jdbye @ The Real Jdbye:
    never had one before that, and never had one since
  • Redleviboy123 @ Redleviboy123:
    Question about game texture chanching Do i need an own game id?
  • The Real Jdbye @ The Real Jdbye:
    @Veho for those that want to
    experience being sonic the hedgehog
  • Veho @ Veho:
    Ah, you mean
    furries.
  • The Real Jdbye @ The Real Jdbye:
    well, sonic fans are a whole separate thing from furries
  • The Real Jdbye @ The Real Jdbye:
    like bronys
  • The Real Jdbye @ The Real Jdbye:
    sonic porn is too weird even for me
  • Dumpflam @ Dumpflam:
    bruh
  • Dumpflam @ Dumpflam:
    guys how do i delete a post
  • The Real Jdbye @ The Real Jdbye:
    you don't
  • The Real Jdbye @ The Real Jdbye:
    you can report it and request deletion
  • BakerMan @ BakerMan:
    Also, no, that was his first time having a seizure, and hopefully the last
    BakerMan @ BakerMan: Also, no, that was his first time having a seizure, and hopefully the last