RetroArch/pkg/apple/JITSupport.h
2023-08-14 06:41:43 -07:00

19 lines
320 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);
void jb_start_altkit(void);
#endif /* JITSupport_h */