mirror of
https://github.com/libretro/RetroArch
synced 2025-02-02 23:54:06 +00:00
10 lines
97 B
Plaintext
10 lines
97 B
Plaintext
|
#include <metal_stdlib>
|
||
|
#include <simd/simd.h>
|
||
|
|
||
|
using namespace metal;
|
||
|
|
||
|
kernel void main0()
|
||
|
{
|
||
|
}
|
||
|
|