Commit Graph

12808 Commits

Author SHA1 Message Date
Yuriy O'Donnell de1e2127dc JIT: JitBaseBlockCache::valid_block is now std::vector<bool>
This was previously a std::bitset, which resulted in generation of suboptimal code by VS2013 compiler.
See https://gist.github.com/kayru/753db9607d680e26194b
2014-05-23 20:32:25 +02:00
Rachel Bryk e6684d17c1 Fix a couple race conditions.
Checks if another game is already starting to boot before starting to boot a new one, and only change video backend, and dual core if a game is actually not running.
2014-05-23 10:22:00 -04:00
Rachel Bryk 61d3360033 Limit netplay chat messages to 2000 characters.
There's not really a good reason to be sending messages longer than that, and very long messages can hang dolphin for quite a long time.
2014-05-23 08:11:49 -04:00
Rachel Bryk cd299f0703 Flash netplay window when someone joins if the window doesn't have focus. 2014-05-23 07:30:08 -04:00
Rachel Bryk 0782d106db Check for errors when reading lines from ini files.
Fixes issue 7283.
2014-05-23 03:17:19 -04:00
magumagu 2f8a147eda Interpreter: make fres match hardware.
New table-based implementation written based on actual hardware behavior.
(hwtest coming soon).
2014-05-22 19:48:48 -07:00
magumagu ad4ad7c1ed Use accurate frsqrte in Interpreter.
The implementation of frsqrte exposed by this change isn't completely
correct; that will be fixed in a later commit.
2014-05-22 19:46:27 -07:00
shuffle2 b58753bd69 Merge pull request #370 from Sonicadvance1/remove_specialized_memcmp
Removes ZeroFrog's "optimized" memcpy and memcmp functions.
2014-05-22 13:02:11 -07:00
shuffle2 fc41a53b46 Merge pull request #309 from magumagu/jit-unify-asm
JIT: unify JitAsm for JIT64 and JIT64IL.
2014-05-21 23:10:08 -07:00
shuffle2 c308657779 Merge pull request #376 from lioncash/wx
Wx cleanup
2014-05-21 21:54:00 -07:00
shuffle2 7a7aa8c5a3 Merge pull request #386 from myownfriend/master
Fixed formatting of post-processing shaders so they better match Dolphin's coding style
2014-05-21 21:42:57 -07:00
shuffle2 c4e60d5353 Merge pull request #356 from Sonicadvance1/Fix-MMUAnalyst
Fixes games that use the MMU to page in code(Rogue Leader).
2014-05-21 20:59:25 -07:00
shuffle2 6544d53c16 Merge pull request #361 from LPFaint99/wiisave
Export wii saves to the "User" directory
2014-05-21 20:17:18 -07:00
shuffle2 9ce269c7dc Merge pull request #382 from magumagu/faster-fast-disc-speed
DVDInterface: make fast disc speed faster.
2014-05-21 20:12:38 -07:00
shuffle2 4fb10a11b9 Merge pull request #379 from jordan-woyak/gamelist-size-fix
Fix game list size display.
2014-05-21 19:52:10 -07:00
shuffle2 dd413269e3 Merge pull request #343 from jordan-woyak/disable-sdl-windows
Disable SDL input on Windows.
2014-05-21 19:47:44 -07:00
myownfriend 7853766a6b Update emboss.glsl 2014-05-21 17:09:26 -04:00
myownfriend 24027b78e3 Update emboss.glsl 2014-05-21 16:45:32 -04:00
myownfriend 12a9c5f0ce Update fire2.glsl 2014-05-21 16:43:55 -04:00
myownfriend f5579d9816 Update cool1.glsl 2014-05-21 16:42:18 -04:00
myownfriend cd6aa34979 Update acidmetal.glsl 2014-05-21 16:38:25 -04:00
myownfriend c3864db4b3 Update 32bit.glsl 2014-05-21 16:36:46 -04:00
myownfriend 41f13f9c99 Update primarycolors.glsl 2014-05-21 16:29:25 -04:00
myownfriend c2e5e030b0 Update asciiart.glsl 2014-05-21 15:15:48 -04:00
myownfriend 28c1e6c6ca Update 16bit.glsl
Sorry. Made a little copy and paste error.
2014-05-21 15:14:56 -04:00
myownfriend 9b022e023b Update firewater.glsl 2014-05-21 14:55:45 -04:00
myownfriend dd91d86095 Update 16bit.glsl 2014-05-21 14:53:48 -04:00
myownfriend d2a74bf294 Update chrismas.glsl 2014-05-21 14:52:46 -04:00
myownfriend fd1d0e6e1e Update posterize.glsl 2014-05-21 14:51:25 -04:00
myownfriend d8fe09e9b1 Update nightvision2scanlines.glsl 2014-05-21 00:11:11 -04:00
myownfriend 1fe8d1ae16 Update nightvision2.glsl 2014-05-21 00:10:07 -04:00
myownfriend 753a937289 Update auto_toon2.glsl 2014-05-21 00:06:38 -04:00
myownfriend f59c7f25da Update asciiart.glsl 2014-05-21 00:05:13 -04:00
myownfriend d13e9c5aa8 Update stereoscopic2.glsl 2014-05-21 00:00:50 -04:00
myownfriend e43df47cd1 Update stereoscopic.glsl 2014-05-21 00:00:18 -04:00
myownfriend 349a7b59ea Update sketchy.glsl 2014-05-20 23:58:33 -04:00
myownfriend 92d0af2d18 Update sepia.glsl 2014-05-20 23:58:02 -04:00
myownfriend 980b5f8fbb Update primarycolors.glsl 2014-05-20 23:57:31 -04:00
myownfriend 0ef3a7f233 Update posterize2.glsl 2014-05-20 23:55:59 -04:00
myownfriend 8ddad21abc Update posterize.glsl 2014-05-20 23:54:52 -04:00
myownfriend 4c1ef9ba80 Update nightvision2scanlines.glsl 2014-05-20 23:54:11 -04:00
myownfriend 548d872843 Update nightvision2.glsl 2014-05-20 23:53:37 -04:00
myownfriend d5fea64953 Update nightvision.glsl 2014-05-20 23:53:13 -04:00
myownfriend 134fdd0ef7 Update mad_world.glsl 2014-05-20 23:52:32 -04:00
myownfriend 51b0645963 Update invertedoutline.glsl 2014-05-20 23:51:34 -04:00
myownfriend dc59012d5a Update firewater.glsl 2014-05-20 23:49:49 -04:00
myownfriend a926a7c113 Update fire.glsl 2014-05-20 23:48:16 -04:00
myownfriend 00a09d60c1 Update emboss.glsl 2014-05-20 23:47:26 -04:00
myownfriend 2c3f3d63fb Update darkerbrighter.glsl 2014-05-20 23:47:05 -04:00
myownfriend 9218fe9764 Update cool1.glsl 2014-05-20 23:46:31 -04:00