|
Line
Link Here
|
| 0 |
-- a/higan-ui/higan-ui.cpp |
0 |
++ b/higan-ui/higan-ui.cpp |
|
Lines 52-58
Link Here
|
| 52 |
} |
52 |
} |
| 53 |
file::write({Path::settings, "paths.bml"}, string{ |
53 |
file::write({Path::settings, "paths.bml"}, string{ |
| 54 |
"data: ", Path::data, "\n", |
54 |
"data: ", Path::data, "\n", |
| 55 |
"templates: ", Path::templates, "\n" |
55 |
"templates: /usr/share/higan/System/" "\n" |
| 56 |
}); |
56 |
}); |
| 57 |
|
57 |
|
| 58 |
//create interfaces list in alphabetical order of interface->name() values |
58 |
//create interfaces list in alphabetical order of interface->name() values |