Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
libretro-gme
Commits
6b0d103b
Commit
6b0d103b
authored
Feb 06, 2021
by
Larry Koubiak
Browse files
- fix stdio import for sprintf
- ignore Visual Studio code settings
parent
d7bd1128
Pipeline
#13668
passed with stages
in 2 minutes and 31 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
6b0d103b
...
...
@@ -33,3 +33,6 @@
*.su
build
# VS Code
.vscode
\ No newline at end of file
src/libretro.c
View file @
6b0d103b
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <assert.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment