Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solved] How to add fixes to ppsspp myself?
03-19-2014, 04:45 PM (This post was last modified: 03-19-2014 08:07 PM by vnctdj.)
Post: #1
[Solved] How to add fixes to ppsspp myself?
Hello guys, I'm new here as well to psp emulation Smile
First of all, ppsspp is a GREAT emulator, it runs most of my favourite psp games very well or simply flawlessly.
On top of that, I would never assume that my >5 years old laptop could handle psp emulation on full speed Big Grin

I have a question about adding fixes do emulator code myself, is that possible?
What i would want to do? well I dying to play 3rd birthday on laptop and beat it, but newest build gives this annoying "blue fog" effect, as I noticed some older ones (9.1 for example) didn't had this issue, BUT also overall emulation was worse, no music at all in v.9.1.

I found some fix to this here:

Blue fog should be gone now although not very prefect .I did tried if i remove the following GE_TFMT_CLUT32 check , the screen is much more clearer and close to real PSP one.

// 3rd Birthday (and possibly other games) render to a 16 bit clut texture.
const bool compatFormat = framebuffer->format == entry->format
|| (framebuffer->format == GE_FORMAT_8888 && entry->format == GE_TFMT_CLUT32)
|| (framebuffer->format != GE_FORMAT_8888 && entry->format == GE_TFMT_CLUT16)

But don't have ANY idea what are those numbers and text, is that emu code? how to implement this to newest build?

Also this one:
https://github.com/hrydgard/ppsspp/pull/2541

How to use this setting? must i type this into some program?
I really don't know a thing about programming or coding Tongue

Help me to play this magnificent game like it should been please!
Disabling buffering gives nasty lines all over screen and it's not solution at all.

Console gamer since 1993.
Find all posts by this user
Quote this message in a reply
03-19-2014, 05:24 PM
Post: #2
RE: How to add fixes to ppsspp myself?
maybe " disable alpha mask "
you know, new hack for 3rd Birthday.
you can see it in latest build Smile

if you value your life, Do not talk to me.. Or you will DiE !

I am a bad person.

shiiishiii //^_^/\
Find all posts by this user
Quote this message in a reply
03-19-2014, 05:31 PM
Post: #3
RE: How to add fixes to ppsspp myself?
@Goddess of Death
I only found "disable alpha test (speed up)" in graphics setting and checking it didn't help at all, still blue fog on screen.
build v0.9.7.2

Console gamer since 1993.
Find all posts by this user
Quote this message in a reply
03-19-2014, 05:33 PM
Post: #4
RE: How to add fixes to ppsspp myself?
http://buildbot.orphis.net/ppsspp/

TongueTongueTongue

if you value your life, Do not talk to me.. Or you will DiE !

I am a bad person.

shiiishiii //^_^/\
Find all posts by this user
Quote this message in a reply
03-19-2014, 05:44 PM
Post: #5
RE: How to add fixes to ppsspp myself?
Holy F***!
There is a new option just for this one game *.* and works like a charm!
Thanks a ton Goddess od Death, you just made my day Big Grin (well rather month)

Did someone beat whole 3rd birthday on ppsspp? If it's fully beatable then I'm in heaven Big Grin

Console gamer since 1993.
Find all posts by this user
Quote this message in a reply
03-19-2014, 05:52 PM
Post: #6
RE: How to add fixes to ppsspp myself?
どういたしまして !
(you're welcome !)

i happy to help, Smile



i not play 3rd Birthday yet,
i not really a Girl Gamer, i only play some visual novel TongueBig Grin

if you value your life, Do not talk to me.. Or you will DiE !

I am a bad person.

shiiishiii //^_^/\
Find all posts by this user
Quote this message in a reply
03-19-2014, 06:14 PM
Post: #7
RE: How to add fixes to ppsspp myself?
I would simply LOVE to play some horror themed visual novels but they are all in japanese, sadly for me (I'm from Europe xP)
Anyway, 3rd birthday like two older Parasite Eve games on PS1 have great story and it's so immersing for me Big Grin

Console gamer since 1993.
Find all posts by this user
Quote this message in a reply
03-19-2014, 08:07 PM
Post: #8
RE: [Solved] How to add fixes to ppsspp myself?
Thread's title edited.

♦ Intel Core i7-6700HQ | 16 GB RAM | NVIDIA GeForce GTX 960M | Debian Testing
♦ Intel Core i7-2630QM | 4 GB RAM | NVIDIA GeForce GT 540M | Debian Testing
♦ PSP-3004 | 6.60 PRO-C2
Find all posts by this user
Quote this message in a reply
03-20-2014, 02:13 AM
Post: #9
RE: [Solved] How to add fixes to ppsspp myself?
shiishii Big Grin
i not play horror too, only Romance Comedy Novels Tongue

i see many people is in europe.. Big Grin


anyway, i am happy you problem is solve Smile

if you value your life, Do not talk to me.. Or you will DiE !

I am a bad person.

shiiishiii //^_^/\
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: