mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-12-26 03:01:51 +01:00
add ifdef
This commit is contained in:
parent
13cd4e1653
commit
d7b709ca0b
@ -9,6 +9,8 @@
|
||||
* Written by dhewg/bushing, modified by Tantric
|
||||
***************************************************************************/
|
||||
|
||||
#ifdef HW_RVL
|
||||
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
@ -430,3 +432,4 @@ bool http_request(const char *url, FILE * hfile, u8 * buffer,
|
||||
result = HTTPR_OK;
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user