mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
Merge from libretro/master:46902e0 for repo synchronization
This commit is contained in:
parent
9d1ecde692
commit
61d76999d7
74 changed files with 14043 additions and 2094 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,8 +1,16 @@
|
|||
*.o
|
||||
*.swp
|
||||
*.dll
|
||||
*.lib
|
||||
*.pdb
|
||||
*.manifest
|
||||
*.map
|
||||
*.exp
|
||||
*.dylib
|
||||
*.so
|
||||
*.a
|
||||
tags
|
||||
cscope.out
|
||||
PicoDrive.map
|
||||
config.mak
|
||||
config.log
|
||||
cpu/musashi/m68kmake
|
||||
|
@ -22,4 +30,3 @@ PicoDrive.opk
|
|||
pico_int_offs.h
|
||||
amalgamate
|
||||
textfilter
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue