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
beetle-pce-libretro
Commits
84ef7429
Commit
84ef7429
authored
Sep 24, 2020
by
Libretro-Admin
Browse files
Get rid of these macros
parent
1dec3000
Changes
1
Hide whitespace changes
Inline
Side-by-side
mednafen/mednafen.h
View file @
84ef7429
...
...
@@ -15,13 +15,6 @@
#define strcasecmp _stricmp
#endif
#define GET_FDATA(fp) (fp.f_data)
#define GET_FSIZE(fp) (fp.f_size)
#define GET_FEXTS(fp) (fp.f_ext)
#define GET_FDATA_PTR(fp) (fp->data)
#define GET_FSIZE_PTR(fp) (fp->size)
#define GET_FEXTS_PTR(fp) (fp->ext)
template
<
typename
T
>
static
INLINE
T
min_T
(
T
x
,
T
y
)
{
...
...
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