-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
rsx: Improve NV308A_COLOR #7846
Conversation
|
Obviously we'll need proof that these actually run on CEX. We already know for certain they crash DEX for example, and the chances that a commercial game exists that runs on CEX but crashes on DEX are highly unlikely. |
77590d2 to
7ec1b9a
Compare
|
Edit: Fixed by commit 5cf4e53. These games still crashing: |
|
@Emulator-Team-2 Retest. |
|
The latest commit fixes this issue. |
|
This also fixes the crashing in J Stars. |
|
Can we get this properly tested on CFW? I'm not in love with the idea of going back to adding hacks just to make crashes go away. We had a testcase for this in the past, maybe we can get assistance testing it on discord. |
fcb5d8e to
7f9c784
Compare
a5bf207 to
8bd7874
Compare
4788b36 to
392847b
Compare
|
Please retest all your games which were affected by this pr. |
|
@elad335 Build: 392847b |
a486f62 to
6a6ecd4
Compare
90a24b0 to
3cf34b2
Compare
356cfe0 to
104a5ea
Compare
* Fix NV308A_COLOR methods range. * Batch NV308A_COLOR methods execution together. * Fix termination of bind_range<> in rsx methods binding.




Fixes #6803
Fixes #3493