summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/base.c4
-rw-r--r--base/shader.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/base/base.c b/base/base.c
index 00b73ae..c17ab47 100644
--- a/base/base.c
+++ b/base/base.c
@@ -60,7 +60,7 @@ int main(int argc, char **argv) {
state.toggle_crt_emulation = true;
mkfw_init(320*5, 240*5);
mkfw_set_swapinterval(0);
- mkfw_set_window_min_size_and_aspect(320*5, 240*5, 320, 240);
+ mkfw_set_window_min_size_and_aspect(320*3, 240*3, 320, 240);
mkfw_set_key_callback(key_callback);
mkfw_set_mouse_move_delta_callback(mouse_move_callback);
mkfw_set_mouse_button_callback(mouse_button_callback);
@@ -74,7 +74,7 @@ int main(int argc, char **argv) {
init_callback();
audio_initialize();
- set_decay(20);
+ set_decay(30);
bool running = true;
uint64_t next_update = mkfw_gettime() + FRAMETIME;
diff --git a/base/shader.h b/base/shader.h
index a9cb400..df838df 100644
--- a/base/shader.h
+++ b/base/shader.h
@@ -8,10 +8,10 @@
#define CRTS_WARP 1
//--------------------------------------------------------------
// Try different masks
-// #define CRTS_MASK_GRILLE 1
+#define CRTS_MASK_GRILLE 1
// #define CRTS_MASK_GRILLE_LITE 1
// #define CRTS_MASK_NONE 1
-#define CRTS_MASK_SHADOW 1
+// #define CRTS_MASK_SHADOW 1
// --------------------------------------------------------------
// Scanline thinness
// 0.50 = fused scanlines