mirror of https://github.com/mgba-emu/mgba.git
Perf: Fix perf build on Windows
This commit is contained in:
parent
6a40e3e455
commit
c5e5efca2e
|
@ -155,9 +155,7 @@ static void _GBAPerfRunloop(struct GBAThread* context, int* frames, bool quiet)
|
|||
|
||||
static void _GBAPerfShutdown(int signal) {
|
||||
UNUSED(signal);
|
||||
pthread_mutex_lock(&_thread->stateMutex);
|
||||
_thread->state = THREAD_EXITING;
|
||||
pthread_mutex_unlock(&_thread->stateMutex);
|
||||
GBAThreadEnd(_thread);
|
||||
}
|
||||
|
||||
static bool _parsePerfOpts(struct SubParser* parser, struct GBAConfig* config, int option, const char* arg) {
|
||||
|
|
Loading…
Reference in New Issue