X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fmain.c;h=0427ce4c1472229c11c6a4130938560a9ab32067;hp=643d6fe162e10e0c1d90885ba0c240e9e1495798;hb=a96a5eb2d6a6720cc7bba6a30d1c25473f345a89;hpb=bbd837c6d8a14e76c19028c84ef62a3b8cf0c1f0 diff --git a/frontend/main.c b/frontend/main.c index 643d6fe1..0427ce4c 100644 --- a/frontend/main.c +++ b/frontend/main.c @@ -1,5 +1,5 @@ /* - * (C) notaz, 2010 + * (C) notaz, 2010-2011 * * This work is licensed under the terms of the GNU GPLv2 or later. * See the COPYING file in the top-level directory. @@ -207,6 +207,7 @@ int main(int argc, char *argv[]) if (OpenPlugins() == -1) { return 1; } + plugin_call_rearmed_cbs(); CheckCdrom(); SysReset(); @@ -297,6 +298,7 @@ void UpdateMenuSlots() { void OnFile_Exit() { printf("OnFile_Exit\n"); + menu_finish(); plat_finish(); SysClose(); exit(0);