Bleach Heat The Soul 7 Ppsspp



Bleach – Heat The Soul 7 (Japan) is a popular PlayStation PSP Video Game and now you can play this game on android using PPSSPP android emulator. Bleach: Heat the Soul 7 is the seventh installment of the Bleach: Heat the Soul series on the PlayStation Portable. It was released on September 2, 2010. The gameplay is still mostly. CoolROM.com's PSP ROMs section. Showing letter: B. Mobile optimized.

Thread Rating:Emulator
  • 1 Votes - 5 Average
Bleach: Heat The Soul 7
02-11-2013, 08:58 PM (This post was last modified: 02-11-2013 09:05 PM by JumperTwo.)
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
Ok, i'm done testing, here's my results :
First of all, i tried Half Minute Hero (the only game i own of your list) with your hack (the OR condition,with both 6 and 11 values).i have not spotted any corruption,here there are a few screenshots
Than i reverted the hack and changed the line to if (block), result :
a little less speed than the previous change
with the second change, result :
much more slower
third change,result :
good speed, more than the first hack you did (even with value 11)
i also tried :
if(__builtin_expect((vai->numDraws > 16), 0))
vai->framesUntilNextFullHash = std::min(64, vai->numDraws);
else
vai->framesUntilNextFullHash = std::min(64, vai->numFrames);
just to test if speed is influenced , and seems a tiny bit more faster
02-11-2013, 09:18 PM (This post was last modified: 02-11-2013 10:16 PM by [Unknown].)
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
Thanks for all this testing, it really helps. The last one seems pretty good and should be pretty safe too.
-[Unknown]
Umm, wow, I think I found it. Duh. If you can test one more time:
Revert everything, and move this line:
vai->lastFrame = gpuStats.numFrames;

Just above these lines:
} else {
DecodeVerts();
rotateVBO:

Arg, I really should've caught that.
-[Unknown]
Post: #33
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
No problem, reverted and moved the line.Hmm.now it's very slow again
Post: #34
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
(02-11-2013 11:03 PM)JumperTwo Wrote: No problem, reverted and moved the line.Hmm.now it's very slow again

Are you sure? moving the line above the else branch made it fast again on my phone (lg l9 ics).
Post: #35
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
Hmm, well, I'll debug it in a few hours. Knowing which are faster or not for you really helps. Probably a combination of both changes is what's needed.
-[Unknown]
02-11-2013, 11:13 PM (This post was last modified: 02-11-2013 11:14 PM by Carter07.)
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
I uploaded my apk:
http://www.mediafire.com/?sax1vhj84xkms93
JumperTwo (and others if have this game) please can try it?
02-11-2013, 11:14 PM (This post was last modified: 02-11-2013 11:14 PM by JumperTwo.)
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
(02-11-2013 11:08 PM)Carter07 Wrote:
(02-11-2013 11:03 PM)JumperTwo Wrote: No problem, reverted and moved the line.Hmm.now it's very slow again

Are you sure? moving the line above the else branch made it fast again on my phone (lg l9 ics).

did you also revert the changes? this is what i have :
vai->lastFrame = gpuStats.numFrames;
} else {
DecodeVerts();
rotateVBO:
am i missing something?
02-11-2013, 11:20 PM (This post was last modified: 02-11-2013 11:38 PM by Carter07.)
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
(02-11-2013 11:14 PM)JumperTwo Wrote:
(02-11-2013 11:08 PM)Carter07 Wrote:
(02-11-2013 11:03 PM)JumperTwo Wrote: No problem, reverted and moved the line.Hmm.now it's very slow again

Are you sure? moving the line above the else branch made it fast again on my phone (lg l9 ics).

did you also revert the changes? this is what i have :
vai->lastFrame = gpuStats.numFrames;
} else {
DecodeVerts();
rotateVBO:
am i missing something?

I started from a plain source downloaded 30 minutes ago and did only this change (moved line).
Post: #39
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
(02-11-2013 11:13 PM)Carter07 Wrote: I uploaded my apk:
http://www.mediafire.com/?sax1vhj84xkms93
JumperTwo (and others if have this game) please can try it?

Ok, fast for me.i just don't understand why i cannot reproduce this, are you sure to have reverted the previous changes?
02-11-2013, 11:28 PM (This post was last modified: 02-11-2013 11:29 PM by Carter07.)
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
(02-11-2013 11:21 PM)JumperTwo Wrote:
(02-11-2013 11:13 PM)Carter07 Wrote: I uploaded my apk:
http://www.mediafire.com/?sax1vhj84xkms93
JumperTwo (and others if have this game) please can try it?

Ok, fast for me.i just don't understand why i cannot reproduce this, are you sure to have reverted the previous changes?

Umh I suggest to delete everything (workspace, ppsspp master, native folders) and start from a plain source from github.
I'm sure I did it right, this is the first change I tried
02-11-2013, 11:32 PM (This post was last modified: 02-12-2013 12:12 AM by JumperTwo.)
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
Ok, solved. seems like commenting out old changes (and the moved line) was not enough for my computer, removed them and now it's working fast again. i'm getting a lot of crash and strange compilation behaviour recently, suspect i got bad ram
Carter07 can you try a combination with the previous changes? seems to going faster for me (+3 fps average)

Ppsspp Bleach Heat The Soul 7 Usa

Post: #42
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
Turns out that still had glitches in several games. I tried this, I'd really like to know if it's still better or at least not so bad:
https://github.com/hrydgard/ppsspp/pull/666
I think there could still be many improvements, but wanting to get it at least caching again.
-[Unknown]
02-12-2013, 08:47 AM (This post was last modified: 02-12-2013 08:50 AM by JumperTwo.)
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
downloaded and tried revision 403 , on Bleach speed is great (just a little tiny less than the previous combination,but very little)
Heat
02-12-2013, 10:18 AM (This post was last modified: 02-12-2013 12:31 PM by Carter07.)
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
Ok, I'll experiment later with vertex cache.
For now I'm tring to find what build caused missing textures in bleach 7 and a lot of other games, it seems an android-only related bug because in windows can't replicate it, turning vertex cache on and off changes nothing.
I think it was introduced in the last 2-3 days as far I remember.
EDIT: found and segnaled to github

Attached File(s)Thumbnail(s)
Post: #45
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
I tested the v0.6-408 build and there are no speed increment for me (SGS2) it runs 12-20 FPS Ingame.
I also never had the textures missing problem on android.
« Next Oldest | Next Newest »


Contact Us | PPSSPP.org | Return to Top | Return to Content | Mobile Version | RSS Syndication

Bleach: Heat the Soul is a series of 3-D cel-shaded fighting games for the PSP based on the popular manga and anime series Bleach by Tite Kubo. Each installment is developed by Eighting and published by Konami. All installments have been released only in Japan.

Description

The

Bleach Heat The Soul 7 Ppsspp Emulator

Bleach: Heat the Soul 7 (BLEACH:ヒート・ザ・ソウル7) is a newest installment in the “Heat the Soul” series released on September 2, 2010. The main change in this game is a 4-Players mode.[10] Battles against giant characters have also been confirmed. New characters that have been announced are Allon (Ayon), Coyote Starrk (Los Lobos), Baraggan Luisenbarn (Arrogante), Tia Harribel (Tiburon), Yammy Riyalgo (Ira), Ulquiorra Cifer (Segunda Etapa), Ichigo Kurosaki (Full Hollow), Muramasa, Hachigen Ushoda, Love Aikawa and Shuren (downloadable content); in all, 84 characters are playable.

Gameplay

In each game of the series, the player controls one of many characters directly based upon their Bleach manga counterparts. The objective of each match is to reduce the opponent’s health to zero using basic attacks and special techniques unique to each character and derived from techniques they use in the source material. For instance, Ichigo Kurosaki’s use of his Black Getsuga Tensho (though only while using Ichigo’s bankai form) and Rukia Kuchiki’s utilization of kidō.

Pack

For some techniques, characters have available a “spirit gauge,” which depletes upon execution. Most techniques are not executed in real time, and instead have an accompanying cinematic that takes place. Furthermore, some characters can transform into certain alternative forms mid-battle, albeit until their spirit gauge is fully drained or the player cancels the transformation.

Download Bleach: Heat the Soul 7 PSP PPSSPP

  • Download ISO:
    GoogleDrive | GoogleDrive2 | OneDrive | Mirror [535MB]
  • Download ISO High Compress:
    GoogleDrive | GoogleDrive2 | OneDrive | Mirror [322MB]

Game details

Name
First release date
September 2, 2010
Platform
Developer
Eighting Co., Ltd.
Publisher
Genre
Fighting
Theme