mirror of https://github.com/stella-emu/stella.git
Oops, another copy/paste typo.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1180 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
918d55ab5a
commit
2a8956ebae
|
@ -13,7 +13,7 @@
|
|||
// See the file "license" for information on usage and redistribution of
|
||||
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||
//
|
||||
// $Id: FrameBufferGP2X.cxx,v 1.5 2006-12-05 03:01:49 stephena Exp $
|
||||
// $Id: FrameBufferGP2X.cxx,v 1.6 2006-12-05 03:04:14 stephena Exp $
|
||||
//============================================================================
|
||||
|
||||
#include <SDL.h>
|
||||
|
@ -123,6 +123,7 @@ void FrameBufferGP2X::drawMediaSource()
|
|||
if(!myUsePhosphor)
|
||||
{
|
||||
#ifdef DIRTY_RECTS
|
||||
uInt16 screenMultiple = 1; // remove this, and everything that refers to it
|
||||
struct Rectangle
|
||||
{
|
||||
uInt8 color;
|
||||
|
|
Loading…
Reference in New Issue