More fixes.
This commit is contained in:
@@ -325,7 +325,7 @@ codegen_backend_init(void)
|
||||
|
||||
codegen_allocator_clean_blocks(block->head_mem_block);
|
||||
|
||||
asm("mrs %w0, fpcr\n"
|
||||
asm("mrs %0, fpcr\n"
|
||||
: "=r"(cpu_state.old_fp_control));
|
||||
}
|
||||
|
||||
|
@@ -73,7 +73,8 @@ RendererStack::RendererStack(QWidget *parent, int monitor_index)
|
||||
|
||||
m_monitor_index = monitor_index;
|
||||
#if defined __unix__ && !defined __HAIKU__
|
||||
mousedata.mouse_type = getenv("EMU86BOX_MOUSE"), auto_mouse_type[16];
|
||||
char auto_mouse_type[16];
|
||||
mousedata.mouse_type = getenv("EMU86BOX_MOUSE");
|
||||
if (!mousedata.mouse_type || (mousedata.mouse_type[0] == '\0') || !stricmp(mousedata.mouse_type, "auto")) {
|
||||
if (QApplication::platformName().contains("wayland"))
|
||||
strcpy(auto_mouse_type, "wayland");
|
||||
|
Reference in New Issue
Block a user