* Update jpn0.pgf
I fixed manually all of "JIS Kanji-Level1" (2946character).
It's working like same as Real PSP jpn0.pgf font.
So,I finished work that modify for jpn0.pgf
* update jpn0.pgf
I fixed manually all of "JIS Kanji-Level1" (2946character).
It's working like same as Real PSP jpn0.pgf font.
So,I finished work that modify for jpn0.pgf.
Sorry, I use Github Desktop firsttime.
How to use the push and the pull can't be understood right.
If there is a mistake, please tell me.
* Update jpn0.pgf
Performance improvement by avoiding unnecessary readbacks.
New one is called IntraVRAMBlockTransferAllowCreateFB.
This one only allows intra-VRAM block transfers to happen on-GPU, such as the one this
game uses for bloom. Good chances to avoid missing stuff that actually requires
real readback, if there's any.
See #11100.
Speeds up the sun effect, but doesn't fix it. It's another game that
does truly evil stuff in the border of a 480x272 buffer with stride 512.
It downsamples a copy of the region around the sun, texturing from
itself, resulting in five fullscreen framebuffer copies. Additionally it
renders using color to the depth buffer at some point in the frame..