mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-01 23:26:03 +00:00
VideoCommon: small cleanups. No functional change.
This commit is contained in:
parent
7416b9cdb4
commit
9d87818853
4 changed files with 6 additions and 14 deletions
|
@ -29,11 +29,6 @@ const u32 MAX_XFB_WIDTH = EFB_WIDTH;
|
|||
// that are next to each other in memory (TODO: handle that situation).
|
||||
const u32 MAX_XFB_HEIGHT = 574;
|
||||
|
||||
// Logging
|
||||
// ----------
|
||||
void HandleGLError();
|
||||
|
||||
|
||||
// This structure should only be used to represent a rectangle in EFB
|
||||
// coordinates, where the origin is at the upper left and the frame dimensions
|
||||
// are 640 x 528.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue