mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-02 12:45:46 -06:00
rev com
This commit is contained in:
parent
f4d492a8c4
commit
f79de5ca51
@ -148,8 +148,7 @@ void Liverpool::Process(std::stop_token stoken) {
|
|||||||
if (flip && port && drv) {
|
if (flip && port && drv) {
|
||||||
ASSERT_MSG(flip->buf_id < Libraries::VideoOut::MaxDisplayBuffers,
|
ASSERT_MSG(flip->buf_id < Libraries::VideoOut::MaxDisplayBuffers,
|
||||||
"Invalid flip buffer index {}", flip->buf_id);
|
"Invalid flip buffer index {}", flip->buf_id);
|
||||||
ASSERT_MSG(port->buffer_labels[flip->buf_id] == 1,
|
ASSERT_MSG(port->buffer_labels[flip->buf_id] == 1, "Out of order flip IRQ");
|
||||||
"Buffer label not set at flip time for buf_id {}", flip->buf_id);
|
|
||||||
drv->EnqueueFlip(port, flip->buf_id, flip->flip_arg, true);
|
drv->EnqueueFlip(port, flip->buf_id, flip->flip_arg, true);
|
||||||
} else if (flip) {
|
} else if (flip) {
|
||||||
LOG_WARNING(Lib_GnmDriver, "EOP flip dropped — VideoOut port is not available");
|
LOG_WARNING(Lib_GnmDriver, "EOP flip dropped — VideoOut port is not available");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user