- Joined
- Aug 15, 2018
- Messages
- 398
- Reaction score
- 19,925
- Trophies
- 0
- Location
- Shibuya New Generation
- XP
- 11,308
- Country

Currently I'm using GE2 v1.3 and a small Bug appears, as you can see in the image below, the description of the quest has been Break.
v1.0
v1.3
I have found a small tutorial from Github PPSSPP, to solve this problem.
to
But my question is how to Edit it, I have to use that tool, and Edit it where, or have anyone have a ver PPSSPP Fix it please share or guide me, cuz I know for sure Sure it works over a few YouTube videos I've watched.
Hope everyone send a little time help me! Thank you so much!! (*^▽^*)
v1.0
v1.3
I have found a small tutorial from Github PPSSPP, to solve this problem.
Code:
bool fromTop = (nt.attr & PSP_THREAD_ATTR_LOW_STACK) == 0;
Code:
bool fromTop = 1;
But my question is how to Edit it, I have to use that tool, and Edit it where, or have anyone have a ver PPSSPP Fix it please share or guide me, cuz I know for sure Sure it works over a few YouTube videos I've watched.
Hope everyone send a little time help me! Thank you so much!! (*^▽^*)







