diff options
| author | ptitSeb <seebastien.chev@gmail.com> | 2023-09-16 13:49:09 +0200 |
|---|---|---|
| committer | ptitSeb <seebastien.chev@gmail.com> | 2023-09-16 13:49:39 +0200 |
| commit | 5903f0208689b3996ff8c6439ed5b25fc2f8666e (patch) | |
| tree | 7faecc56ffcf9fc38df9dd093d3502cd2a6139d5 /src/include/super80.h | |
| parent | 28dcd34624afb9bd14d838d5c1ae6123c8dc49fd (diff) | |
| download | box64-5903f0208689b3996ff8c6439ed5b25fc2f8666e.tar.gz box64-5903f0208689b3996ff8c6439ed5b25fc2f8666e.zip | |
Improvd steam/proton handling, and gstreamer initialization and a large bunch of gtk improvments
Diffstat (limited to 'src/include/super80.h')
| -rw-r--r-- | src/include/super80.h | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/src/include/super80.h b/src/include/super80.h new file mode 100644 index 00000000..b6f7f965 --- /dev/null +++ b/src/include/super80.h @@ -0,0 +1,82 @@ +#define SUPER() \ +GO(0) \ +GO(1) \ +GO(2) \ +GO(3) \ +GO(4) \ +GO(5) \ +GO(6) \ +GO(7) \ +GO(8) \ +GO(9) \ +GO(10) \ +GO(11) \ +GO(12) \ +GO(13) \ +GO(14) \ +GO(15) \ +GO(16) \ +GO(17) \ +GO(18) \ +GO(19) \ +GO(20) \ +GO(21) \ +GO(22) \ +GO(23) \ +GO(24) \ +GO(25) \ +GO(26) \ +GO(27) \ +GO(28) \ +GO(29) \ +GO(30) \ +GO(31) \ +GO(32) \ +GO(33) \ +GO(34) \ +GO(35) \ +GO(36) \ +GO(37) \ +GO(38) \ +GO(39) \ +GO(40) \ +GO(41) \ +GO(42) \ +GO(43) \ +GO(44) \ +GO(45) \ +GO(46) \ +GO(47) \ +GO(48) \ +GO(49) \ +GO(50) \ +GO(51) \ +GO(52) \ +GO(53) \ +GO(54) \ +GO(55) \ +GO(56) \ +GO(57) \ +GO(58) \ +GO(59) \ +GO(60) \ +GO(61) \ +GO(62) \ +GO(63) \ +GO(64) \ +GO(65) \ +GO(66) \ +GO(67) \ +GO(68) \ +GO(69) \ +GO(70) \ +GO(71) \ +GO(72) \ +GO(73) \ +GO(74) \ +GO(75) \ +GO(76) \ +GO(77) \ +GO(78) \ +GO(79) \ + |