Warning: sprintf() [function.sprintf]: Too few arguments in /web/htdocs/www.emuita.it/home/cache/skin_cache/cacheid_103/skin_downloads_external.php on line 221
Changelog - Emuita.it

Vai al contenuto



Versione SVN r14
  • r11
  • Make the UI a tad bit more pretty XD and yes
  • i did just dump a line of code at the top of main.h XD
  • Also note this should compile fine under Visual Studio 2013
  • Also removed a double call to ShutdownPlugins() (Since after these
  • function were being called we were calling SetupPlugins()
  • which calls ShutdownPlugins() anyway ), note we now have
  • to investigate why it causes Zilmars plugin to fail to load
  • r12
  • Just some preliminary changes to try and clean and consolidate the code a bit more
  • r13
  • Overhaul the way we handle plugins and their functions, should make
  • it a tad bit more reliable, please note that this is incomplete and certain
  • things may not function properly within the GUI of project64.
  • Also anyone want to tell me how to fix up the way the source codes way
  • of using so many extern's instead of just defining them in the header file...
  • (Cant seem to work out why it causes multiple definition errors :S)
  • r14
  • Just a slight fix to the about boxes actually changing when
  • you select another plugin, this required externing the new _
  • varients from their respective files.
  • Also fixed the problem in the original code where for audio while we were getting
  • the right about value from the dll we werent making the button grey,
  • if it didnt have an about box since we were checking _GFXDllAbout and not _AiDllAbout