RPCS3 Forums
RPCS3 FAQ - Printable Version

+- RPCS3 Forums (https://forums.rpcs3.net)
+-- Forum: Community (https://forums.rpcs3.net/forumdisplay.php?fid=1)
+--- Forum: General Discussion (https://forums.rpcs3.net/forumdisplay.php?fid=16)
+--- Thread: RPCS3 FAQ (/showthread.php?tid=61854)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24


RE: RPCS3 FAQ - Zekro - 02-26-2013

(02-26-2013, 02:02 PM)shadow Wrote: spoke to hykem two days ago . He has an issue with his pc you can read more here : www.jpcsp.org

Well that sucks,I mean he lost a laptop which is not cheap(I guess).I would make a donation if I had any money but right now I'm broke,I'm sorry I really want to help



RE: RPCS3 FAQ - Runo - 02-27-2013

(02-26-2013, 02:48 PM)qbsw Wrote:
(02-26-2013, 03:14 AM)Runo Wrote: Why would one think otherwise? He's still one of the main devs as far as I know.

Because some developers seem to really have left the project (hykem.the.demon & sktsqrl that are also on the list of google code, but seem to be inactive)

They work in collaboration. Some of rcxrdx's recent commits had parts of code that was actually written by DH.



RE: RPCS3 FAQ - qbsw - 02-27-2013

(02-27-2013, 12:05 AM)Runo Wrote:
(02-26-2013, 02:48 PM)qbsw Wrote:
(02-26-2013, 03:14 AM)Runo Wrote: Why would one think otherwise? He's still one of the main devs as far as I know.

Because some developers seem to really have left the project (hykem.the.demon & sktsqrl that are also on the list of google code, but seem to be inactive)

They work in collaboration. rcxrdx's recent commits had parts of code that was actually written by DH.

So, what are the truly active (all') ?



RE: RPCS3 FAQ - Runo - 02-27-2013

That question doesn't make much sense. What do you call 'active'?
Some of the people in the commiters list never made a commit, yet that doesn't mean they aren't active team members.
Developing an emulator is more than writing code. It involves lot's of other stuff, like important strategic decisions, to name one.
I don't know the frequency each member of the team work on rpcs3 if that's what you're asking (and I really don't care) but DH is usually around.



RE: RPCS3 FAQ - qbsw - 02-28-2013

(02-27-2013, 11:05 PM)Runo Wrote: That question doesn't make much sense. What do you call 'active'?
Some of the people in the commiters list never made a commit, yet that doesn't mean they aren't active team members.
Developing an emulator is more than writing code. It involves lot's of other stuff, like important strategic decisions, to name one.
I don't know the frequency each member of the team work on rpcs3 if that's what you're asking (and I really don't care) but DH is usually around.

okay

Você é do Brasil como está no seu perfil do emunews?
Are you in Brazil as it is in your profile emunews?



RE: RPCS3 FAQ - Runo - 02-28-2013

Uhum ^^
Let's keep it English here Tongue
If you want to talk in portuguese just send me a pm Wink



RE: RPCS3 FAQ - Ekaseo - 04-28-2013

hm... im curious, what are all the core instructions, that need to be done for ps3 emulation and how many are left before you can start implementing some specific instructions? (if i wrote something stupid, then have patience with me, im still new to emulation)



RE: RPCS3 FAQ - Runo - 04-29-2013

Well, we have several processors in the PS3, and each one has a whole bunch of opcodes that must be implemented for the emulation to happen, among other things. Not all opcodes of each chip will be implemented at once, because there's no way to know from the nowhere how all of them work, some of them will even have to be implemented based on some guesses. The more games rpcs3 gets to play, the more testing we can do, and the best we can guess what's been done wrong/incomplete. Also, other stuff besides the processors have instructions and other kinds of behavior that must be implemented for the emulator to work. The devs approach is generally getting the most important functions of each part of the hardware to work, so the emulator emulates more and more accurately.

Emulating the main processor(s) of a system along with all of the elements and behaviors that put them working together with other hardware parts of each system is usually what we call the 'Core' in emulation. I reckon this nomenclature came from the time when most emulators were plugin based. So we often had changeable plugins for audio, video, input emulation, etc. And we had the Core, that came with the emulator, which was basically everything else, like the CPU emulation, mainboard functions, memory emulation, etc. The core of an emulator can take years to get perfect, if it ever does, but it doesn't have to be perfect for most stuff to run. Once it is decent and stable enough, it can be improved more slowly, as problems are found with practical tests.

I realize you were asking for a way to understand the progress of rpcs3 so far (correct me if I'm wrong). At the moment everything is being done at the same time. Of course the focus is on the Core, cause that's what is going to make the games start running at the first place, but if we wanna test stuff that the Core can already run we need some basic graphic, input and sound emulation, right? So currently we are walking at a nice pace, considering we can already see something like tetris running on the screen.. It's interesting to note that for it to happen we had the Core to emulate every function that the specific demo used, plus the graphical emulation had to support every function of the GPU it used (like the ones for drawing stuff on the screen, maybe? Big Grin), and so on for input, and in the future sound and other stuff. There's no point in having the Core emulating everything that is needed to process a 3D environment if our emulated GPU can't answer its calls to draw 3D stuff on the screen, for example.

As for a progress report, I find it hard to tell. Maybe a dev could give us some information about it, but even for them its often impossible to tell what need to be implemented to get thing X to work. In very simple words, they just find out what's missing/broken in the execution of stuff by a number of methods, and go implementing/fixing it, and with time the emulator as a whole starts working better. Rarely something is done thinking about a specific game or situation, the aim is to get the most reliable/accurate code, and by improving accuracy, things eventually start working. That's why we generally can't say how long it will take for games start running on the emu, for example. Could be tomorrow, with lots of bugs, could be 5 years from now, nearly perfect (among a lot of other possible scenarios of course Tongue)

That said, if you want more precise information about the ps3 hardware, probably other people here will be able to describe it better then me, and there's also some documentation that can be found on the web.
I said things in a simple manner above, and used some loose/lazy terminology, so if you know technical stuff don't go flaming me, I'm trying to explain something complicated in simple way, my analogies are technically correct for the most part Tongue



RE: RPCS3 FAQ - Ekaseo - 04-29-2013

thnx for your explanation, it must have took a long time to write all that, so basicaly, we all ca help if we send some dump files, or, some stats to devs?



RE: RPCS3 FAQ - Runo - 04-30-2013

That's up to the devs. When more things run the best we can do is test everything we can and report bugs, in the future track down the revision when specific things were broken by testing it in several revisions, and providing documentation here in the Game Discussion Forum about how games work. Maybe in the future there is also things to dump, like debug logs etc, but not right now, everything is still too simple, too few games/apps run.

Maybe someone on the dev team has a better idea of how we can provide support right now, but I think there's not much more to it for now Wink