Commit Graph
14759 Commits
Author SHA1 Message Date
Henrik Rydgård 54310c312a Merge pull request #518 from unknownbrackets/mpeg-fix
Minor mpeg fix
2013-01-28 03:40:21 -08:00
Henrik Rydgård 54903d5181 Merge pull request #519 from xsacha/master
Fix for Qt/Symbian
2013-01-28 03:39:41 -08:00
Unknown W. Brackets 72d4eb4d06 Blacklist the sceMpeg module, won't do good things... 2013-01-28 02:16:22 -08:00
Unknown W. Brackets 74f3b81846 Check for a null pointer when writing video. 2013-01-28 02:16:06 -08:00
Unknown W. Brackets afccf2fc88 Buildfix. 2013-01-28 00:48:59 -08:00
Henrik Rydgård 2b9d6265c5 Merge pull request #516 from unknownbrackets/callbacks
Callback fixes
2013-01-28 00:12:38 -08:00
Unknown W. Brackets bb36a1f212 Fix scePsmfPlayerStart to not corrupt the stack.
Also, unrevert my last change and fix a possible crash.
2013-01-27 21:37:44 -08:00
Unknown W. Brackets aeadc80045 Recover from an interrupt during a callback. 2013-01-27 18:43:38 -08:00
Unknown W. Brackets dcc9f1ae5f Always check for more callbacks after running one. 2013-01-27 18:43:12 -08:00
Unknown W. Brackets 54e6a39e74 Optimize callback checking.
Since it's checked every resched, it happens a lot.
This could save as much as 1.6% of time.
2013-01-27 17:01:17 -08:00
Unknown W. Brackets 5af5eef908 Refactor thread deletion so it can be consistent. 2013-01-27 16:55:43 -08:00
Henrik Rydgård dd057c8c18 Merge pull request #512 from raven02/full-add
Add option fullscreen in config, make default to false
2013-01-27 14:18:55 -08:00
Henrik Rydgård 85a317bde9 Merge pull request #513 from raven02/sas
Shift volume base on sceSasSetVolume
2013-01-27 14:18:27 -08:00
Sacha cf9b2ab975 Fix for Qt/Symbian. 2013-01-28 01:01:47 +10:00
raven02 4a1218387d Add effectLeft and effectRight 2013-01-27 22:34:14 +08:00
raven02 d14b6ed423 Oops, missing voiceNum 2013-01-27 22:27:14 +08:00
raven02 523f026c3d Restore shift volume to 15 2013-01-27 22:16:15 +08:00
raven02 dfcc836bf8 Shift volume base on sceSasSetVolume 2013-01-27 22:15:23 +08:00
Henrik Rydgård 84c4c3e0d4 Merge pull request #511 from raven02/osk-fix
Center OSK description correctly
2013-01-27 05:53:56 -08:00
raven02 b74b215f34 Add option fullscreen , make default to false 2013-01-27 21:05:09 +08:00
raven02 06f514ee24 Center OSK description correctly 2013-01-27 20:19:28 +08:00
Henrik Rydgård 336dffa13a Merge pull request #509 from unknownbrackets/jit-mem-fix
Jit memory access fixes
2013-01-27 01:05:30 -08:00
Unknown W. Brackets 6d7a8d9b1a Apply the memview mask to jit immediates too. 2013-01-26 23:54:43 -08:00
Unknown W. Brackets a7b5433ba7 Make sure fastmem isn't confused by rs changing. 2013-01-26 23:18:50 -08:00
Unknown W. Brackets a89d61463e Make the VFPU jit use far jumps for memory access. 2013-01-26 23:08:19 -08:00
Henrik Rydgard d1b3fd0e49 Better window resize handling 2013-01-27 00:15:39 +01:00
Henrik Rydgard 1ed9a6ba56 Small fixes. v0.6. 2013-01-26 21:39:35 +01:00
Unknown W. Brackets 7ba8d1efe9 Android buildfix. 2013-01-26 12:01:23 -08:00
Unknown W. Brackets 7f4e322266 Cut thread switching time down.
Based on profiling release Windows.

Took these funcs from taking 1.6% to 0.5% time.
2013-01-26 11:29:20 -08:00
Unknown W. Brackets a6094e25ff Get rid of waitTypeStrings and resched reason copy. 2013-01-26 11:29:20 -08:00
Unknown W. Brackets 1cb7a88137 Don't use a dynamic string for wait debugging.
Happens in release, and shows up on the profiler.
Not huge, but should save ~0.5% of cpu time.
2013-01-26 11:29:19 -08:00
Henrik Rydgård 88d484f028 Merge pull request #506 from unknownbrackets/jit-minor
Jit memory access cleanup + VFPU
2013-01-26 10:51:33 -08:00
Unknown W. Brackets 0e8e9697c5 Add lv.q/sv.q support to the x86 jit. 2013-01-26 10:09:18 -08:00
Unknown W. Brackets b77ce99d01 Oops, no slow read for immediates usually. 2013-01-26 09:27:52 -08:00
Unknown W. Brackets 9cd5836b85 Rename WriteFinish() to Finish() is safe mem.
It's nothing to do with writing.
2013-01-26 09:09:47 -08:00
Unknown W. Brackets 3e419f513a Refactor jit safe memory reads without dup code.
But, maybe too automagical...
2013-01-26 08:42:34 -08:00
Henrik Rydgard 3126d17624 Change logging for PCM audio to INFO, as mentioned in Issue #505 2013-01-26 14:30:06 +01:00
Unknown W. Brackets b7ef3e7bef Make sure to log / check bad immediate mem access.
Although, theoretically, this should never happen.
Also, definitely time to refactor.
2013-01-25 23:06:43 -08:00
Unknown W. Brackets 3418383917 Immediately break on bad mem access in jit slowmem. 2013-01-25 22:52:51 -08:00
Unknown W. Brackets 4bb515cab0 Don't log an incorrect pc for bad jit mem access. 2013-01-25 22:52:42 -08:00
Unknown W. Brackets db5fa233a8 Make sure we don't mark a reg dirty on noop. 2013-01-25 22:34:01 -08:00
Henrik Rydgard 2738417040 VFPU JIT: start setting up infrastructure. very incomplete. vdot works if undisabled, but isn't complete. 2013-01-26 01:34:19 +01:00
Henrik Rydgard 68991511ee Split out the FPU reg cache into its own file too. 2013-01-26 01:34:19 +01:00
Henrik Rydgard ad5e2b58c6 Separate the two regcaches before doing major surgery to FPURegCache. 2013-01-26 01:34:18 +01:00
Henrik Rydgård be12d2efe3 Merge pull request #498 from lioncash/master
Fix a duplicate branch in Loaders.cpp
2013-01-25 16:07:51 -08:00
Lioncash eb84b00a3d Fix a duplicate branch in MIPS/MIPSDis.cpp
Copypaste error for beql.

Thanks go out to [Unknown] for specifying the correct value of o.
2013-01-25 17:57:12 -05:00
Lioncash e1aff1fd91 Fix duplicate branches.
I think this should be UNKNOWN_ELF.
2013-01-25 17:05:09 -05:00
Henrik Rydgård 67f849a442 Merge pull request #496 from lioncash/master
Memory leak cleanup. Fixing some small things that were fixed in the Dolphin source, but didn't make it over here.
2013-01-25 11:17:21 -08:00
Henrik Rydgard dd149a50a3 Must flush FPR regcache before thrashing the fp regs 2013-01-25 19:55:30 +01:00
Henrik Rydgard aabc0aa9ef Quick implementation of LV.Q and SV.Q in x86/x64 JIT 2013-01-25 19:50:30 +01:00