From 77b1306a9ad5c37e4288f4ab2e65de760951612f Mon Sep 17 00:00:00 2001 From: JoseAaronLopezGarcia Date: Mon, 24 Jul 2023 02:49:27 +0200 Subject: [PATCH] cleanup --- extras/modules/peops/common.h | 1 - extras/modules/peops/main.c | 1 - 2 files changed, 2 deletions(-) diff --git a/extras/modules/peops/common.h b/extras/modules/peops/common.h index a30b707ac..eea4fe236 100644 --- a/extras/modules/peops/common.h +++ b/extras/modules/peops/common.h @@ -59,7 +59,6 @@ typedef struct int volume; int reverb; int interpolation; - int enablexaplaying; int changexapitch; int spuirqwait; int spuupdatemode; diff --git a/extras/modules/peops/main.c b/extras/modules/peops/main.c index aff1eeed1..3c310a3f8 100644 --- a/extras/modules/peops/main.c +++ b/extras/modules/peops/main.c @@ -29,7 +29,6 @@ PeopsConfig config = { .volume = 3, .reverb = REVERB_OFF, .interpolation = INTERPOLATION_GAUSS, - .enablexaplaying = 1, .changexapitch = 0, .spuirqwait = 1, .spuupdatemode = SPU_WAITVBLANK,