mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-22 15:29:58 +00:00
Typo fix
This commit is contained in:
parent
d21515d964
commit
2f2c9aadcb
2
main.cpp
2
main.cpp
@ -180,7 +180,7 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
|
||||
if (machine_specified) {
|
||||
if (machine_name.compare("PowerMac6100") == 0) {
|
||||
if (machine_name.compare("PowerMacG3") == 0) {
|
||||
if (establish_machine_settings(machine_name, sys_ram_size)) {
|
||||
if (create_gossamer(sys_ram_size, gfx_mem)) {
|
||||
goto bail;
|
||||
|
Loading…
Reference in New Issue
Block a user