eden/tools/maxwell-spirv/reference_impl.cpp
lizzie 770180b55c [tools] add separate maxwell disassembler and spirv translator
Signed-off-by: lizzie <lizzie@eden-emu.dev>
2026-05-06 00:38:20 +02:00

10 lines
168 B
C++

#include <cassert>
#include <cstdlib>
#include <sirit/sirit.h>
#include <sys/stat.h>
int ReferenceImpl(int argc, char *argv[]) {
//todo
return EXIT_SUCCESS;
}