| Previous | 199869 Revisions | Next |
| r34224 Tuesday 6th January, 2015 at 16:17:36 UTC by Fabio Priuli |
|---|
| reverted previous change, since it does not interact well with the rest of the creation code. a better fix is in progress :) |
| [src/emu/ui] | filesel.c |
| r242735 | r242736 | |
|---|---|---|
| 328 | 328 | reset(UI_MENU_RESET_REMEMBER_POSITION); |
| 329 | 329 | } |
| 330 | 330 | break; |
| 331 | ||
| 332 | case IPT_UI_CANCEL: | |
| 333 | ui_menu::stack_pop(machine()); | |
| 334 | break; | |
| 335 | 331 | } |
| 336 | 332 | } |
| 337 | 333 | } |
| https://github.com/mamedev/mame/commit/f8f06c9a5c23b3a5082813f998b08baba809c1f9 |
| Previous | 199869 Revisions | Next |