Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused SDL2 surface in compat code
mupen64plus doesn't support 2D video output because it forces OPENGL mode.
Unfortunately, the rest of the compat code still assumes that surfaces for 2D
data are used and overwrites the data when the window is changed.

The surface code can be removed to avoid these problems.
  • Loading branch information
ecsv committed Jan 25, 2014
1 parent e119553 commit 38233c4
Showing 1 changed file with 24 additions and 380 deletions.

0 comments on commit 38233c4

Please sign in to comment.