mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-01 21:06:19 +12:00
9 lines
No EOL
259 B
C
9 lines
No EOL
259 B
C
#pragma once
|
|
#include <Foundation/Foundation.h>
|
|
#include <QuartzCore/QuartzCore.h>
|
|
#include <stdint.h>
|
|
|
|
void iosCreateEmulator();
|
|
void iosLoadROM(NSString* pathNS);
|
|
void iosRunFrame(CAMetalLayer* layer);
|
|
void iosSetOutputSize(uint32_t width, uint32_t height); |