summaryrefslogtreecommitdiff
path: root/src/cfg.h
blob: b758932eb2e2e9594ec54629081875ed48ab8436 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once
#include "lzr.h"

#define DWIDTH     640
#define DHEIGHT    480
#define TARGET_FPS 30
#define TSIZE      16

static const LZR_Config cfg = {
	DWIDTH, DHEIGHT, TARGET_FPS, TSIZE, "jambase", 0.0, true, true
};