PSP/PS3/Xbox 360 Emulator for PC
Re: PSP/PS3/Xbox 360 Emulator for PC
Xbox 360 and PS3 emulator won't happen for very long time, maybe not even in 10 years look how much time took get PCSX2 running.
Advertising

Re: PSP/PS3/Xbox 360 Emulator for PC
XboX emulator will happen sooner than PS3's, simply because XBoX is basically a PC, while PS3 is much more different.
Advertising
I wanna lots of mov al,0xb

"just not into this RA stuffz"

"just not into this RA stuffz"
- fouadtjuhmaster
- Posts: 763
- Joined: Sat Jan 01, 2011 12:27 am
- Location: Segangan, Oriental, Morocco
- Contact:
Re: PSP/PS3/Xbox 360 Emulator for PC
Never knew XBOX is a PC.m0skit0 wrote:XboX emulator will happen sooner than PS3's, simply because XBoX is basically a PC, while PS3 is much more different.
- Disturbed0ne
- Retired Mod
- Posts: 3787
- Joined: Sun Jan 16, 2011 5:44 am
- Location: In a van, down by the river!
- Contact:
Re: PSP/PS3/Xbox 360 Emulator for PC
What company makes the X-Box/360?fouadtjuhmaster wrote:Never knew XBOX is a PC.m0skit0 wrote:XboX emulator will happen sooner than PS3's, simply because XBoX is basically a PC, while PS3 is much more different.
DO NOT MESSAGE ME ABOUT THE NAME OF ANY NINJA RELEASE GAME! I WILL NOT PROVIDE YOU WITH THE NAME OF THE GAME AND IF YOU PERSIST THEN I WILL REPORT YOU TO THE STAFF!
I AM A RETIRED MODERATOR!
I AM A RETIRED MODERATOR!
- nisarg_kolhe
- Posts: 944
- Joined: Fri Dec 10, 2010 12:44 pm
- Location: 404 : Not Found
- Contact:
Re: PSP/PS3/Xbox 360 Emulator for PC
I did mention it.fouadtjuhmaster wrote:But there is a Wii emulatorCasavult wrote:Maybe in 10 years time.nisarg_kolhe wrote:No Xbox 360 and PS3 emulator yet and maybe never will
Re: PSP/PS3/Xbox 360 Emulator for PC
About this xbox=pc talk:
The original xbox is basically a PC, x86 processor and all. The xbox 360 is conceptually closer to a regular PC than the PS3 with its three core PowerPC CPU. All of the cores are equivalent (like the cores in your desktop PC) so they are easier to emulate than the more exotic architecture of a PS3 (1 general purpose core, multiple SPUs with very high throughput).
But on the other hand the xbox 360 has unified memory for CPU and GPU (which you don't have on a PC) while the PS3 has dedicated RAM for both (like a PC).
The original xbox is basically a PC, x86 processor and all. The xbox 360 is conceptually closer to a regular PC than the PS3 with its three core PowerPC CPU. All of the cores are equivalent (like the cores in your desktop PC) so they are easier to emulate than the more exotic architecture of a PS3 (1 general purpose core, multiple SPUs with very high throughput).
But on the other hand the xbox 360 has unified memory for CPU and GPU (which you don't have on a PC) while the PS3 has dedicated RAM for both (like a PC).
Re: PSP/PS3/Xbox 360 Emulator for PC
Hmmm.... what about integrated mobo GPUs?JJS wrote:the xbox 360 has unified memory for CPU and GPU (which you don't have on a PC)
I wanna lots of mov al,0xb

"just not into this RA stuffz"

"just not into this RA stuffz"
Re: PSP/PS3/Xbox 360 Emulator for PC
Good point. But the unified memory has implications for how you program. Say, to update a texture you cannot simply get a pointer to the memory and write to it and instead you have to go through API calls on a PC. Maybe you can hack something together for a specific graphics card, but you probably need a kernel module to access the mapped memory of the GPU.
Anyway, my point is that emulation gets harder because of this since e.g. a post processing graphic filter might be implemented on the main CPU in a 360 while on a PC it has to be a shader unless you want to kill the performance with slow VRAM -> CPU transfers.
Anyway, my point is that emulation gets harder because of this since e.g. a post processing graphic filter might be implemented on the main CPU in a 360 while on a PC it has to be a shader unless you want to kill the performance with slow VRAM -> CPU transfers.
Re: PSP/PS3/Xbox 360 Emulator for PC
Not really. You can call driver directly, or if you feel confident, write directly on RAM.JJS wrote:you have to go through API calls on a PC
Yes, but that's not hacking anythingJJS wrote: you probably need a kernel module to access the mapped memory of the GPU
Anyway my point is that XBoX emulation should be easier than PS3's, not that it's a direct translation
I wanna lots of mov al,0xb

"just not into this RA stuffz"

"just not into this RA stuffz"





