Skip to content

Commit

Permalink
Display a video rendered directly to the frame buffer, without GE list
Browse files Browse the repository at this point in the history
processing.
  • Loading branch information
gid15 committed Mar 28, 2015
1 parent f25f23f commit 6623022
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/jpcsp/graphics/VideoEngine.java
Original file line number Diff line number Diff line change
Expand Up @@ -7437,6 +7437,10 @@ public void addVideoTexture(int startAddress, int endAddress) {
}

addToVideoTextures(startAddress, endAddress);

if (display.isFbAddress(startAddress)) {
display.setGeDirty(true);
}
}

public void resetVideoTextures() {
Expand Down

0 comments on commit 6623022

Please sign in to comment.