-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #341 from libretro/dev
v0.29.1
- Loading branch information
Showing
19 changed files
with
100 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ node_modules | |
/package.json | ||
/.bsv | ||
/*.mkv | ||
*.d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ChaiScript_Extras
updated
10 files
+1 −0 | .gitignore | |
+20 −13 | CMakeLists.txt | |
+70 −2 | README.md | |
+5 −0 | include/chaiscript/extras/math.hpp | |
+5 −0 | include/chaiscript/extras/string_id.hpp | |
+103 −0 | include/chaiscript/extras/string_methods.hpp | |
+67 −0 | tests/config_impl.hpp | |
+2 −1 | tests/math.cpp | |
+1 −1 | tests/string_id.cpp | |
+35 −0 | tests/string_methods.cpp |
Submodule didstopia-physfs
updated
3 files
+192 −106 | src/physfs.c | |
+40 −0 | src/physfs.h | |
+48 −0 | test/test_physfs.c |
Submodule filesystem
deleted from
0a539a
Submodule libretro-common
updated
18 files
+35 −21 | file/config_file.c | |
+39 −12 | glsm/glsm.c | |
+20 −1 | glsym/glgen.py | |
+20 −1 | glsym/rglgen.py | |
+20 −1 | glsym/xglgen.py | |
+14 −0 | include/file/config_file.h | |
+1 −0 | include/glsm/glsm.h | |
+4 −0 | include/glsm/glsmsym.h | |
+12 −8 | include/libretro.h | |
+17 −0 | include/rthreads/rthreads.h | |
+4 −0 | include/streams/file_stream_transforms.h | |
+10 −0 | net/net_compat.c | |
+71 −2 | net/net_ifinfo.c | |
+1 −1 | net/net_natt.c | |
+63 −12 | rthreads/rthreads.c | |
+60 −0 | rthreads/switch_pthread.c | |
+15 −51 | rthreads/switch_pthread.h | |
+16 −6 | streams/file_stream_transforms.c |
Submodule random
updated
from 2cdf5d to 985de8