FIxed memory.cpp errors from testing PR #3117 (MacOS fixes)

This commit is contained in:
nickci2002 2025-06-19 17:47:53 -04:00
parent 32e662d013
commit 48076d27e3
2 changed files with 5 additions and 3 deletions

View File

@ -93,7 +93,7 @@ struct VirtualMemoryArea {
VMAType type = VMAType::Free;
MemoryProt prot = MemoryProt::NoAccess;
bool disallow_merge = false;
std::string_view name = "";
std::string name = "";
uintptr_t fd = 0;
bool is_exec = false;

View File

@ -206,7 +206,9 @@ Controller:
The same left-right rule still applies here.
Buttons:
'triangle', 'circle', 'cross', 'square', 'l1', 'l3',
'options', 'touchpad', 'up', 'down', 'left', 'right'
'options', touchpad', 'up', 'down', 'left', 'right'
Input-only:
'lpaddle_low', 'lpaddle_high'
Axes if you bind them to a button input:
'axis_left_x_plus', 'axis_left_x_minus', 'axis_left_y_plus', 'axis_left_y_minus',
'axis_right_x_plus', ..., 'axis_right_y_minus',