RetroArch/pkg/apple/JITSupport.h
2024-10-01 17:36:02 -07:00

18 lines
292 B
C

//
// JITSupport.h
// RetroArchiOS
//
// Created by Yoshi Sugawara on 9/25/21.
// Copyright © 2021 RetroArch. All rights reserved.
//
#ifndef JITSupport_h
#define JITSupport_h
#include <stdbool.h>
bool jit_available(void);
bool jb_enable_ptrace_hack(void);
#endif /* JITSupport_h */