aboutsummaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorneonloop2022-02-10 15:46:51 +0000
committerneonloop2022-02-10 15:46:51 +0000
commite506386fc683b18c2e25a27e8c3f7a220a92e5e1 (patch)
treef7da313b7a7cd43de4baf329c76490546cf8641c /options.c
parentaf5f38f00f49ab0c60425270502a09a9fee5fd23 (diff)
downloadpicoarch-e506386fc683b18c2e25a27e8c3f7a220a92e5e1.tar.gz
picoarch-e506386fc683b18c2e25a27e8c3f7a220a92e5e1.tar.bz2
picoarch-e506386fc683b18c2e25a27e8c3f7a220a92e5e1.zip
Updates cores and moves to snes9x2005 fork
Diffstat (limited to 'options.c')
-rw-r--r--options.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/options.c b/options.c
index 54e2607..95b4c71 100644
--- a/options.c
+++ b/options.c
@@ -287,9 +287,6 @@ bool options_changed(void) {
}
void options_update_changed(void) {
- if (core_options.changed)
- return;
-
for(size_t i = 0; i < core_options.len; i++) {
struct core_option_entry* entry = &core_options.entries[i];
if (entry->value != entry->prev_value) {