~ubuntu-branches/debian/experimental/mednafen/experimental

« back to all changes in this revision

Viewing changes to src/gba/Mode2.cpp

  • Committer: Package Import Robot
  • Author(s): Stephen Kitt
  • Date: 2012-01-31 07:21:35 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20120131072135-es3dj12y00xcnrsk
Tags: 0.9.19-1
* New upstream WIP version.
* Update copyright information.
* Refresh use-system-tremor.patch and remove psx-big-endian-only.patch.
* Add spelling-fixes.patch based on Lintian's recommendations.
* Build-depend on debhelper 9 or later and remove corresponding Lintian
  override.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include "Gfx.h"
22
22
#include "gfx-draw.h"
23
23
 
 
24
namespace MDFN_IEN_GBA
 
25
{
 
26
 
24
27
void mode2RenderLine()
25
28
{
26
29
  uint16 *palette = (uint16 *)paletteRAM;
477
480
  gfxBG3Changed = 0;
478
481
  gfxLastVCOUNT = VCOUNT;      
479
482
}
 
483
 
 
484
}