mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Cleanup
This commit is contained in:
parent
26dea23b5d
commit
4493ece2f2
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ static core_info_list_t *core_info_curr_list = NULL;
|
|||
|
||||
enum compare_op
|
||||
{
|
||||
COMPARE_OP_EQUAL,
|
||||
COMPARE_OP_EQUAL = 0,
|
||||
COMPARE_OP_NOT_EQUAL,
|
||||
COMPARE_OP_LESS,
|
||||
COMPARE_OP_LESS_EQUAL,
|
||||
|
|
Loading…
Add table
Reference in a new issue