-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kingdom Hearts Birth By Sleep [FM too] (Corrupted FB Effects) #3237
Comments
If uncomment the AttachFramebufferInvalid() .i.e. bind the FB again here , does it help ?
|
Yeah, this is an effect of rendering garbage memory because that's commented out. Either Invalid or Valid would be better. To be clear, of course, it doesn't attach anything on top of the existing framebuffer. It attaches something rather than rendering raw memory that has never seen anything rendered to it. -[Unknown] |
If you watch closely, on the bugged out scene with the color garbage, there should be a focus blur effect that doesn't get rendered but the garbage get rendered instead and the rest of the scene gets rendered without the blur, so apparently that garbage is that effect gone wrong. |
Looks good Now? |
Yep, sorry for the delay but I didn't have access to my PC, seems OK again (back to the known bugs). |
I believe #3108 messed up these already buggy parts of the game.
History:
v0.8.1-1332-gebb2aba - Known bugs exist.
![ppssppwindows 2013-08-19 04-53-58-68](https://camo.githubusercontent.com/11c3670ed68687e5bc8696720d6fbce147e76e914bcf45f96b4d2fba7eac04d7/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f333737323736312f3938333738332f32343639353538652d303837392d313165332d383562392d3166313832363832396536372e706e67)
![ppssppwindows 2013-08-19 05-05-33-73](https://camo.githubusercontent.com/8c8e5f595f81b557cc47819dd2059be6588c8b0f5663232b5466c6f85bed4b42/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f333737323736312f3938333738342f32343665643362612d303837392d313165332d383132342d6538646536316235323964642e706e67)
![ppssppwindows 2013-08-19 05-05-39-45](https://camo.githubusercontent.com/ae48dbf34c54e1793574fe3a7005418d3099deaf9e0da2126eac9f6c9af9dec0/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f333737323736312f3938333738352f32343730303839382d303837392d313165332d393961622d6561326237326531306366392e706e67)
![ppssppwindows 2013-08-19 05-05-45-13](https://camo.githubusercontent.com/47adf7dc11d83333cd6222bf904832a11b6c7f79dd762188818183d6f06e8202/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f333737323736312f3938333738362f32343838333434612d303837392d313165332d383232662d6437613761343065343232352e706e67)
v0.8.1-1340-g161556d - More bugs introduced over the others.
![ppssppwindows 2013-08-18 05-14-31-10](https://camo.githubusercontent.com/ccac0c7c1a7d493cdd735e4c8a2f5b639c28bc12295bb752c73e9c387130cf9a/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f333737323736312f3938333738372f33366266653261632d303837392d313165332d383533362d3537333166633431313938322e706e67)
![ppssppwindows 2013-08-18 05-14-37-19](https://camo.githubusercontent.com/6ab8f26dbf0b4847e73de5d0efe3a5cbee9d77f16aac28162d245ba114dfd686/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f333737323736312f3938333738382f33366334396333342d303837392d313165332d393364392d6534326330616563346461372e706e67)
![ppssppwindows 2013-08-18 05-14-21-22](https://camo.githubusercontent.com/0cd8e4453799e7ee3f6c672a32bf97aea179b0206f69bdcff44b75c59fe6b8cd/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f333737323736312f3938333738392f33366333393432652d303837392d313165332d393664352d3835356264376464633932312e706e67)
![ppssppwindows 2013-08-18 05-14-45-25](https://camo.githubusercontent.com/a406c23de9b137e45ee9b1909545cfbd6a45787ad983be4ce1bff0568ba06829/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f333737323736312f3938333739302f33366336393837322d303837392d313165332d393761642d3262643037393535376237382e706e67)
Those FB effects and render-to-texture effects are such a pain in the a**...
The text was updated successfully, but these errors were encountered: