- Added stub for StopPAD system call.
- Activated MIPS code analysis when loading executables (for easier debugging).
- The generated interrupt handler now clears any pending interrupts if no interrupt handler hook is set (prevents Beyond the Beyond from being stuck in an infinite loop).
git-svn-id: http://svn.purei.org/purei/trunk@1026 b36208d7-6611-0410-8bec-b1987f11c4a2
- Fixed captions of the play and pause buttons in the task bar and in the tray icon menu on Windows.
- Updated changelog and todolist.
git-svn-id: http://svn.purei.org/purei/trunk@991 b36208d7-6611-0410-8bec-b1987f11c4a2
- Fixed some problems with the playing item tracker when using the playlist modification buttons.
- Updated changelog and todolist.
git-svn-id: http://svn.purei.org/purei/trunk@973 b36208d7-6611-0410-8bec-b1987f11c4a2
- Moved CLUT buffer management in GSHandler.
- Completely shader based rendering in GSH_OpenGL:
* Shaders generated at run-time depending on the needs.
* Palette work done in the shader instead of having to create textures for all the alternative palettes.
* State change tracking to improve performance.
- Removed D3D9 and software GS handlers from main project since they aren't in use.
git-svn-id: http://svn.purei.org/purei/trunk@965 b36208d7-6611-0410-8bec-b1987f11c4a2
Added nicer looking options menu using Win32 hooks.
Now using some symbol fonts to have better looking playback control buttons.
Updated Todo & Changelog.
git-svn-id: http://svn.purei.org/purei/trunk@942 b36208d7-6611-0410-8bec-b1987f11c4a2
Improved Timrman IOP module emulation (removed lots of hardcoded stuff).
Added a way to switch from PSX's CPU frequency to IOP's CPU frequency (needed for proper PSX/PS2 PSF playing).
git-svn-id: http://svn.purei.org/purei/trunk@933 b36208d7-6611-0410-8bec-b1987f11c4a2
Removed some useless params in MIPS constructor.
Removed the need for the _PSX preprocessor def.
git-svn-id: http://svn.purei.org/purei/trunk@860 b36208d7-6611-0410-8bec-b1987f11c4a2
Added themed border to SPU reg viewer.
Added ability to use mouse wheel and keyboard arrows to move SPU reg viewer viewport.
Changed SpuRegViewPanel to use a dialog instead of creating a bare window.
Fixed timer label refreshing too much in the main window.
git-svn-id: http://svn.purei.org/purei/trunk@787 b36208d7-6611-0410-8bec-b1987f11c4a2
- Fixed problem with 64-bits version not uninstalling properly.
- Added display icon and version in uninstall section.
git-svn-id: http://svn.purei.org/purei/trunk@784 b36208d7-6611-0410-8bec-b1987f11c4a2
Added a config button instead of having the configuration in the system tray.
Made the system tray only available on Windows Vista and less.
Added task bar buttons when running on Windows 7.
git-svn-id: http://svn.purei.org/purei/trunk@778 b36208d7-6611-0410-8bec-b1987f11c4a2