Read file from /etc
This commit is contained in:
parent
54417c1eac
commit
c084b19df0
1 changed files with 1 additions and 2 deletions
3
logic.c
3
logic.c
|
|
@ -2,9 +2,8 @@
|
|||
#include "platform.h"
|
||||
#include "queue.h"
|
||||
#include "virt_ds4.h"
|
||||
#include <sys/time.h>
|
||||
|
||||
static const char* configuration_file = "~/.config/ROGueENEMY/config";
|
||||
static const char* configuration_file = "/etc/ROGueENEMY/config";
|
||||
|
||||
int logic_create(logic_t *const logic) {
|
||||
logic->flags = 0x00000000U;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue