3.0-784 12 anni, 1 mesi fa Hey, long time no commits :). So to compensate lets bring back some speed to the emulation. change a little the way the vertex are send to the gpu, This first implementation changes dx9 a lot and dx11...
3.0-783 12 anni, 1 mesi fa re-rearrange movie code so it actually works all of the time
3.0-782 12 anni, 1 mesi fa small fix for undo load state while not recording
3.0-781 12 anni, 1 mesi fa save settings necessary for syncing a movie to the .dtm, and load them upon playback
3.0-779 12 anni, 1 mesi fa fix undo load state and load last overwritten state while recording
3.0-778 12 anni, 1 mesi fa fix recording from save state
3.0-777 12 anni, 1 mesi fa Correct the hotkey labels for undo load state, and load last overwritten state buttons
3.0-776 12 anni, 2 mesi fa Optimize JitCache::InvalidateICache by maintaining a "valid blocks" bitset
3.0-775 12 anni, 2 mesi fa Implement a simple benchmarking mode which logs FPS to a file
3.0-774 12 anni, 2 mesi fa Video_DX11: Remove some redundant code.
3.0-767 12 anni, 2 mesi fa F-Zero and Phantasy Star Online Memory Card Manager support. Thanks to Ralf from GS Central
3.0-766 12 anni, 3 mesi fa Revert merges of aram-dma-fixes and memcard-delay
3.0-765 12 anni, 3 mesi fa Fix broken build when using SDL from Externals.
3.0-764 12 anni, 3 mesi fa Gameconfig ini updates/additions: The Ant Bully, WWE Day of Reckoning 1 & 2, Dream Pinball 3d, Pokepark, Spider-Man: Edge of Time, Spider-Man: SD, Another Code:R, Geist, The Incredibles 2, Skies of Ar...
3.0-763 12 anni, 3 mesi fa Merge branch 'remove-libav-deprecation'
3.0-760 12 anni, 3 mesi fa Fix frame skipping on non-win32 systems missing libav
3.0-759 12 anni, 3 mesi fa Use correct linker flags for SDL.
3.0-758 12 anni, 3 mesi fa Partially revert be200074e9ed for OS X systems
3.0-757 12 anni, 3 mesi fa Merge branch 'memcard-delay'
3.0-755 12 anni, 3 mesi fa [Linux] Change from using /tmp to /dev/shm in MemArena so we don't cause any disk IO, also unlink file while it is open to allow multiple instances running. This was discussed months ago, but was neve...