Update settings.h

This commit is contained in:
Robin Jones 2023-11-10 17:28:34 +00:00 committed by GitHub
parent 79a3deb210
commit 4010aa5150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,9 +31,6 @@ typedef struct {
/** @brief Enable rumble feedback */ /** @brief Enable rumble feedback */
bool rumble_enabled; bool rumble_enabled;
/** @brief filepath of last ROM (for save writeback emulation if required) */
char *last_rom_path;
/** @brief Enable auto firmware updates */ /** @brief Enable auto firmware updates */
bool auto_firmware_update_enabled; bool auto_firmware_update_enabled;