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
flycast
Commits
43c1e56b
Commit
43c1e56b
authored
Apr 12, 2021
by
Libretro-Admin
Browse files
Add DYNACALL to these
parent
37f0dc56
Pipeline
#19944
passed with stages
in 4 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
core/hw/pvr/pvr_mem.h
View file @
43c1e56b
...
...
@@ -18,5 +18,5 @@ void YUV_init();
template
<
typename
T
>
T
DYNACALL
pvr_read_area1
(
u32
addr
);
template
<
typename
T
>
void
DYNACALL
pvr_write_area1
(
u32
addr
,
T
data
);
template
<
typename
T
,
bool
upper
>
T
pvr_read_area4
(
u32
addr
);
template
<
typename
T
,
bool
upper
>
void
pvr_write_area4
(
u32
addr
,
T
data
);
template
<
typename
T
,
bool
upper
>
T
DYNACALL
pvr_read_area4
(
u32
addr
);
template
<
typename
T
,
bool
upper
>
void
DYNACALL
pvr_write_area4
(
u32
addr
,
T
data
);
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