Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Native Resolution for PSP games on PSVITA. [$2,500] #5

Open
Epsilon1033 opened this issue Aug 1, 2019 · 63 comments
Open

Native Resolution for PSP games on PSVITA. [$2,500] #5

Epsilon1033 opened this issue Aug 1, 2019 · 63 comments
Labels
bounty Has a bountysource bounty active

Comments

@Epsilon1033
Copy link

Epsilon1033 commented Aug 1, 2019

As the title says, Native resolution for PSP games. (960x544). PSP games are limited to half the vita's native resolution, so they don't exactly look great. The feasibility has already been discussed on reddit so it is certainly possible; its just alot of work.

From reddit (/u/MrColdBird):

"Technically a GE chain hook and a vita-sided port of the PPSSPP renderer would already be enough to get "perfect" PSP emulation with upgraded visuals."

"Let the MIPS processor do the whole PSP work... And tunnel out the GE render chain into VitaOS via kermit, then render it there."

"The GE chain and all registers for buffer transfer are well documented in several PSP developer wikis as well as the PPSSPP sourcecode."

Same goes for kermit on Vita and it's message structures. All it takes is someone that can be assed to put the pieces together."


There is a $2,500 open bounty on this issue. Add to the bounty at Bountysource.

@Epsilon1033 Epsilon1033 changed the title Native Resolution for PSP games on PSVITA. Native Resolution for PSP games on PSVITA. [$50] Aug 1, 2019
@Rinnegatamante Rinnegatamante added the bounty Has a bountysource bounty active label Aug 1, 2019
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$50] Native Resolution for PSP games on PSVITA. [$55] Aug 1, 2019
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$55] Native Resolution for PSP games on PSVITA. [$70] Aug 2, 2019
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$70] Native Resolution for PSP games on PSVITA. [$75] Aug 3, 2019
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$75] Native Resolution for PSP games on PSVITA. [$90] Aug 7, 2019
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$90] Native Resolution for PSP games on PSVITA. [$95] Aug 7, 2019
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$95] Native Resolution for PSP games on PSVITA. [$195] Aug 7, 2019
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$195] Native Resolution for PSP games on PSVITA. [$205] Aug 8, 2019
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$205] Native Resolution for PSP games on PSVITA. [$225] Aug 8, 2019
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$225] Native Resolution for PSP games on PSVITA. [$245] Aug 8, 2019
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$245] Native Resolution for PSP games on PSVITA. [$255] Aug 8, 2019
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$255] Native Resolution for PSP games on PSVITA. [$310] Aug 8, 2019
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$310] Native Resolution for PSP games on PSVITA. [$410] Aug 8, 2019
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$410] Native Resolution for PSP games on PSVITA. [$415] Aug 8, 2019
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$415] Native Resolution for PSP games on PSVITA. [$420] Aug 9, 2019
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$420] Native Resolution for PSP games on PSVITA. [$450] Aug 9, 2019
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$450] Native Resolution for PSP games on PSVITA. [$475] Aug 10, 2019
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$475] Native Resolution for PSP games on PSVITA. [$495] Aug 10, 2019
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$495] Native Resolution for PSP games on PSVITA. [$500] Aug 10, 2019
@robots
Copy link

robots commented Aug 12, 2019

For less technical audience I'll add description of Vita's hardware:

  • Vita's CPU is 4 cores of ARM Cortex-A9 + 4 cores of PowerVR GPU + 8 cores for video/audio codec processing
  • Sony decided to include PSP's CPU (mips) + GE gpu inside Vita's hardware

All PSP games run natively on PSP hardware with ME(media engine) hardware being emulated by Vita's cpu.

Goal of this project is to emulate GE and redirect the drawing to Vita's GPU.

@robots
Copy link

robots commented Aug 12, 2019

I have started working on this. But do not expect very fast development. This issue is very complicated one in terms of "time". As said in the description everything is documented - but its not only about documentation, its also about understanding and putting pieces together.

So the roadmap is something like this:

  1. patch PSP's sceGe module to redirect Texture memory/DrawList memory to shared Vita memory instead of GE's private memory
  2. port PPSSPP's GE implementation to Vita - this step will not include scaling for sake of simplicity
  3. add scaling to GE implementation once 2. works correctly.

Point 2. is the hardest one here, as some games are timing dependant and it will be tricky to get it right. PPSSPP contains lot of fixes for this, but Vita+ePSP is a bit different in this matter - 2 separate CPUs.

@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$500] Native Resolution for PSP games on PSVITA. [$520] Aug 14, 2019
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$520] Native Resolution for PSP games on PSVITA. [$525] Aug 15, 2019
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$525] Native Resolution for PSP games on PSVITA. [$580] Aug 15, 2019
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$580] Native Resolution for PSP games on PSVITA. [$610] Aug 16, 2019
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$610] Native Resolution for PSP games on PSVITA. [$615] Aug 17, 2019
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$615] Native Resolution for PSP games on PSVITA. [$630] Aug 18, 2019
@and-war
Copy link

and-war commented Aug 27, 2019

Would this then upscale PSX/PS1 games played on PSVita too? would be great to see them rendered in Higher deff (960x544).

@Rinnegatamante
Copy link
Member

Technically this could be possible by running PSX games through POPS via PSPEMU i think.

@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$1,440] Native Resolution for PSP games on PSVITA. [$1,450] Aug 28, 2020
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$1,450] Native Resolution for PSP games on PSVITA. [$1,465] Sep 7, 2020
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$1,465] Native Resolution for PSP games on PSVITA. [$1,480] Sep 11, 2020
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$1,480] Native Resolution for PSP games on PSVITA. [$1,485] Sep 11, 2020
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$1,485] Native Resolution for PSP games on PSVITA. [$1,500] Sep 12, 2020
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$1,500] Native Resolution for PSP games on PSVITA. [$1,520] Sep 12, 2020
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$1,520] Native Resolution for PSP games on PSVITA. [$1,535] Sep 12, 2020
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$1,535] Native Resolution for PSP games on PSVITA. [$1,560] Sep 15, 2020
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$1,560] Native Resolution for PSP games on PSVITA. [$1,540] Sep 22, 2020
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$1,540] Native Resolution for PSP games on PSVITA. [$1,590] Sep 28, 2020
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$1,590] Native Resolution for PSP games on PSVITA. [$1,600] Oct 26, 2020
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$1,600] Native Resolution for PSP games on PSVITA. [$1,615] Jan 31, 2021
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$1,615] Native Resolution for PSP games on PSVITA. [$1,645] Mar 3, 2021
@thegarlicman123
Copy link

$2000

@StamKaly
Copy link

GePatch is also in production which seems to have a few games already working.

@BreakPoints
Copy link

GePatch is also in production which seems to have a few games already working.

GePatch halted production when TheFloW moved to GTA SA on Vita

@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$1,645] Native Resolution for PSP games on PSVITA. [$1,675] Mar 23, 2021
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$1,675] Native Resolution for PSP games on PSVITA. [$1,825] May 14, 2021
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$1,825] Native Resolution for PSP games on PSVITA. [$1,875] May 21, 2021
@Windows-10-Is-Shit
Copy link

The feasibility has already been discussed on reddit so it is certainly possible

Well, if it's been discussed on reddit and it's certainly possible then why isn't reddit doing this? 😄

@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$1,875] Native Resolution for PSP games on PSVITA. [$1,910] Jul 24, 2022
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$1,910] Native Resolution for PSP games on PSVITA. [$1,950] Aug 1, 2022
@wefalltomorrow
Copy link

Has any progress been made with this?

@Girotin
Copy link

Girotin commented Sep 7, 2022

Has any progress been made with this?

Since TheFlow gave up GEpatch, I believe nobody else picked up the project.

I won't judge it though; even if we have quite a good money already accumulated, idk if it's enough for a dev/group of devs to see the amount of job needed and think: "hmm, I think I'll try doing this", this is a VERY ambicious project.

Maybe if we reach 5000 someday? 10000? Idk how much would be necessary for a dev/devs to get interested in this XD
But seeing thinks how they are, 2000 still isn't enough :v

( If there's someone working on this, feel free to correct me )

@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$1,950] Native Resolution for PSP games on PSVITA. [$1,975] Sep 11, 2022
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$1,975] Native Resolution for PSP games on PSVITA. [$1,985] Sep 28, 2022
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$1,985] Native Resolution for PSP games on PSVITA. [$2,000] Nov 15, 2022
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$2,000] Native Resolution for PSP games on PSVITA. [$2,250] Aug 7, 2023
@Rinnegatamante Rinnegatamante changed the title Native Resolution for PSP games on PSVITA. [$2,250] Native Resolution for PSP games on PSVITA. [$2,500] Aug 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bounty Has a bountysource bounty active
Projects
None yet
Development

No branches or pull requests