mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-01 15:48:49 +00:00
Merge branch 'master' of github.com:Themaister/SSNES
This commit is contained in:
commit
4642e0ce96
@ -324,13 +324,6 @@ void gl_cg_deinit(void)
|
||||
cgCtx = NULL;
|
||||
}
|
||||
|
||||
#define SET_LISTING_INDEX(type, index) \
|
||||
{ \
|
||||
const char *list = cgGetLastListing(cgCtx); \
|
||||
if (list) \
|
||||
listing_##type[index] = strdup(list); \
|
||||
}
|
||||
|
||||
#define SET_LISTING(type) \
|
||||
{ \
|
||||
const char *list = cgGetLastListing(cgCtx); \
|
||||
|
Loading…
Reference in New Issue
Block a user