Skip to content

Commit 30ae80e

Browse files
authored
Fix for GX inlines (#14)
wgPipe being volatile fixed my marriage
1 parent a6bc2e2 commit 30ae80e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/Dolphin/GX.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
extern "C" {
1616
#endif /* __cplusplus */
1717

18-
extern WGPipe wgPipe;
18+
extern WGPipe volatile wgPipe;
1919

2020
#define GX_LOAD_BP_REG(x) \
2121
do { \

0 commit comments

Comments
 (0)