mirror of
https://github.com/libretro/retro8.git
synced 2024-11-26 18:30:26 +00:00
Fix gcc-11 compilation, update .gitignore
This commit is contained in:
parent
dc1f1dfba0
commit
933ece0c23
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +1,8 @@
|
||||
*.o
|
||||
*.dll
|
||||
*.so
|
||||
*.so.*
|
||||
*.dylib
|
||||
projects/vs2017/libs/**
|
||||
projects/opendingux/**
|
||||
projects/funkey/**
|
||||
|
Binary file not shown.
@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <type_traits>
|
||||
#include <vector>
|
||||
|
Loading…
Reference in New Issue
Block a user