mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-01 04:00:32 +00:00
(360) Build fix
This commit is contained in:
parent
6ada9080f1
commit
376ca9d087
@ -37,7 +37,7 @@ filebrowser_t *tmp_browser;
|
||||
uint32_t set_shader = 0;
|
||||
|
||||
wchar_t strw_buffer[PATH_MAX];
|
||||
char_t str_buffer[PATH_MAX];
|
||||
char str_buffer[PATH_MAX];
|
||||
|
||||
/* Register custom classes */
|
||||
HRESULT CRetroArch::RegisterXuiClasses (void)
|
||||
|
@ -384,7 +384,7 @@ void xdk360_console_format(const char * strFormat)
|
||||
for( unsigned long i = 0; i < uStringLength; i++ )
|
||||
{
|
||||
wchar_t wch;
|
||||
rarch_convert_char_to_wchar(&wch, &strFormat[i], sizeof(wch));
|
||||
convert_char_to_wchar(&wch, &strFormat[i], sizeof(wch));
|
||||
|
||||
// If this is a newline, just increment lines and move on
|
||||
if( wch == L'\n' )
|
||||
|
Loading…
Reference in New Issue
Block a user