cdrom: change pause timing again
[pcsx_rearmed.git] / plugins / gpu_neon / psx_gpu / common.h
CommitLineData
75e28f62
E
1#ifndef COMMON_H
2#define COMMON_H
3
75e28f62
E
4#include <stdio.h>
5#include <stdlib.h>
6#include <string.h>
7#include <sys/time.h>
8
a4021361 9#include "vector_types.h"
75e28f62
E
10#include "psx_gpu.h"
11
c1817bd9 12#define unlikely(x) __builtin_expect((x), 0)
13
75e28f62
E
14#endif
15