2011-03-23 오전 11:22:07 Hit. 1364
r7392
r7391
r7390
r7389
r7388
r7387
r7386
r7385
Partial fix for 3D Vision.It now works in the debug builds, but not in release builds for some reason. I'm not used to big projects like this so it's probably something obvious that I'm missing. Exclusive full screen mode seems to need the fullscreen resolution for the backbuffer when the DX device is created, so I used adapters[adapter].resolutions[f].xres and yres to get that, but in release builds, that gives me the windowed resolution (in debug it give me the fullscreen res, like I believe it's supposed to), which it reallly doesn't like.It's not a difficult fix probably, but I've been staring at my monitor in confusion for too long now and need to get to bed. If anyone wants to test, you can still enable the 3D Vision option, it just wouldn't be 3D (obviously).
r7384
Core/DSP/Jit: Fix instruction size retrieval in Branch emitters.Reading the instruction from memory at the given address and using thatas index in the opTable leads to more correct results than using theaddress as index into opTable.Also assert when trying to execute a bad instruction instead of crashingwithout warning.
r7381
Simplify the SCons build:With wxWidgets 2.9.2 now in Externals, SCons was the onlyexternal dependency other than Xcode and building just SConsfrom Macports caused a fair mount of extra stuff to be builtunnecessarily, so just include a copy of scons-local.Always build wxWidgets from Externals which allows us to getrid of the home-grown autoconf machinery in SconsTests.The main use case for args.cache was the wxconfig option,which is no longer relevant after the above changes andcaching options has a lot of potential for confusion,especially since other build systems don't tend to do this,so we no longer do it now.
r7380
Import r67258 of the wxWidgets trunk, which I expect will beforelong become wxWidgets 2.9.2, which in turn is expected to be thelast 2.9 release before the 3.0 stable release.Since the full wxWidgets distribution is rather large, I haveimported only the parts that we use, on a subdirectory basis:
r7379
Hide DX11 on WinXP (fixes Issue 3719)
r7378
Removed the OpenMP option from the DolphinWX project. It was causing a slowdown when the EFB to texture option was activated. This means that the OpenMP texture decoder option will not be hidden for non-OpenMP builds.
r7377
Enabled OpenMP support in the Windows 32bit builds.
불량게시글신고