PS3 Port?
|
04-09-2019, 06:27 AM
Post: #7
|
|||
|
|||
RE: PS3 Port?
(04-08-2019 10:44 PM)[Unknown] Wrote: A PS3 port has several challenges. I should note that several of these challenges are shared by a potential port to the Wii U, which someone put some time into about a year ago. However, I believe they haven't continued since then. Thanx for the summary. Let me maybe ask some additional questions as I have done some programming in the past (assembler, Pascal, C but mostly Java): 1. Endianess. Am I right that this is of concern when switching (transitioning) from emulated PSP to native (emulator) functions and vice versa? Doing this only involves switching byte order on some parameters which should be pretty easy/fast. 2. I was looking at the sources trying to find how JIT is implemented. Is it in Core/MIPS/<arch>? Not really understanding it much. Is the JIT code based on some common framework I could read about to better understand it? 3. The link you posted discusses (I guess) more performance oriented goals. My guess would be that it should be enough to emulate capabilities of HW of few generations back. Do performance issues (on Windows / Linux / Android) arise from weaker graphics specs or other parts cause this? 4. If there are limits than we will have to live with them :-) Are the platform specific interfaces in Windows, Android, ios directories? Where would I find Linux? Where do I find MIPS interpreter? Thanx again for information. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
PS3 Port? - o.g._m.a.k. - 01-11-2019, 05:15 AM
RE: PS3 Port? - o.g._m.a.k. - 03-28-2019, 06:26 AM
RE: PS3 Port? - GuilhermeGS2 - 03-29-2019, 06:19 PM
RE: PS3 Port? - o.g._m.a.k. - 03-31-2019, 05:34 AM
RE: PS3 Port? - R3xVF5 - 04-04-2019, 07:06 AM
RE: PS3 Port? - [Unknown] - 04-08-2019, 10:44 PM
RE: PS3 Port? - R3xVF5 - 04-09-2019 06:27 AM
RE: PS3 Port? - [Unknown] - 04-10-2019, 03:53 AM
|