mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 18:50:29 +00:00
(360/PS3) Get rid of XBOX ifdef for rarch_convert_char_to_wchar
This commit is contained in:
parent
9e76591e11
commit
0f7c24fd49
@ -218,10 +218,7 @@ bool rarch_console_rsound_start(const char *ip);
|
||||
void rarch_console_rsound_stop(void);
|
||||
#endif
|
||||
|
||||
#ifdef _XBOX
|
||||
void rarch_convert_char_to_wchar(wchar_t *buf, const char * str, size_t size);
|
||||
#endif
|
||||
|
||||
const char * rarch_convert_wchar_to_const_char(const wchar_t * wstr);
|
||||
|
||||
void rarch_config_create_default(const char * conf_name);
|
||||
|
Loading…
Reference in New Issue
Block a user