summaryrefslogtreecommitdiff
path: root/video.c
diff options
context:
space:
mode:
authoraliaspider2014-12-10 13:10:25 +0100
committeraliaspider2014-12-10 13:10:25 +0100
commitf10da5d664f2411fbac42481246da894845f35f6 (patch)
treeb63a2ef4832c1f79b5b43181db250f6a44c48c67 /video.c
parenta926a68eb30710c61ea3c0dbfa2597e96842d31e (diff)
downloadpicogpsp-f10da5d664f2411fbac42481246da894845f35f6.tar.gz
picogpsp-f10da5d664f2411fbac42481246da894845f35f6.tar.bz2
picogpsp-f10da5d664f2411fbac42481246da894845f35f6.zip
cleanups
Diffstat (limited to 'video.c')
-rw-r--r--video.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/video.c b/video.c
index d083fac..0978d09 100644
--- a/video.c
+++ b/video.c
@@ -3140,10 +3140,6 @@ render_scanline_window_builder(bitmap);
static const u32 active_layers[6] = { 0x1F, 0x17, 0x1C, 0x14, 0x14, 0x14 };
-u32 small_resolution_width = 240;
-u32 small_resolution_height = 160;
-u32 resolution_width, resolution_height;
-
void update_scanline()
{
u32 pitch = get_screen_pitch();
@@ -3195,11 +3191,6 @@ void update_scanline()
affine_reference_y[1] += (s16)io_registers[REG_BG3PD];
}
-video_scale_type screen_scale = scaled_aspect;
-video_scale_type current_scale = scaled_aspect;
-video_filter_type screen_filter = filter_bilinear;
-
-
#define video_savestate_builder(type) \
void video_##type##_savestate(void) \
{ \