mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-09-08 21:50:52 +02:00
completely disable RTT til KOS is fixed
This commit is contained in:
committed by
Stefanos Kornilios Mitsis Poiitidis
parent
defd5f6bff
commit
24ed54e192
3
vendor/librw/src/dc/rwdc.cpp
vendored
3
vendor/librw/src/dc/rwdc.cpp
vendored
@@ -1083,6 +1083,8 @@ void allocDefrag(int iterations);
|
||||
|
||||
void endUpdate(Camera* cam) {
|
||||
|
||||
// TODO: Fix KOS RTT instead
|
||||
if (cam->frameBuffer->type != Raster::CAMERATEXTURE) {
|
||||
#if !defined(DC_SIM) && defined(SKIP_FRAMES)
|
||||
if (pvr_check_ready() >= 0)
|
||||
#endif
|
||||
@@ -1139,6 +1141,7 @@ void endUpdate(Camera* cam) {
|
||||
pvr_scene_finish();
|
||||
leave_oix();
|
||||
}
|
||||
}
|
||||
opCallbacks.clear();
|
||||
ptCallbacks.clear();
|
||||
blendCallbacks.clear();
|
||||
|
Reference in New Issue
Block a user