This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
dee90fa7aa2d6252f1fe4b51ba11b82e71add9df
dolphin
/
Source
T
History
donkopunchstania
dee90fa7aa
The WGP does not loop if the write pointer is set beyond the end of the fifo. Updated the video plugins this time.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@4531
8ced0084-cf51-0410-be5f-012b33b47a6e
2009-11-12 01:51:40 +00:00
..
Core
The WGP does not loop if the write pointer is set beyond the end of the fifo. Updated the video plugins this time.
2009-11-12 01:51:40 +00:00
Dolphin.xcodeproj
Update the XCode Project a bit, doesn't even build in that yet. Modify the Sconstruct to allow a noao build
2009-09-24 22:56:50 +00:00
DSPSpy
DSPSPY improvements
2009-10-01 15:12:12 +00:00
DSPTool
Fix compiling in Snow Leopard, the Update stuff in the Video plugin shouldn't be in the GUI since it breaks nowx builds, wasn't sure where to put it, but Render.cpp seemed like the best place. Fixed wiiuse.c, and the SConscripts needed updating for Snow Leopard. Building 32bit in Snow Leopard is apparently broken. and Running 64bit in Snow Leopard seems to fail. Haven't tracked this down yet
2009-09-18 19:56:49 +00:00
Plugins
Fix GCC 4.5 Compiling. -fvisibility=hidden seems to break it, so it was removed. Non-POD objects are now errors instead of warnings in 4.5, so I had to remove the wxString::Format. and a Fix where GCC 4.5 introduced strndup. Compiling with nowx=true gave me linker problems for some reason, and I added the -flto flag but commented out. Dunno what it will do yet.
2009-11-11 11:07:04 +00:00
PluginSpecs
LUAInterface should have all its functionality now (excluding input/controller management). Now we need a GUI to see how it works. Added new DSP function: ClearAudioBuffer, which clears the audio buffer for pausing. Currently it doesn't work with DSound.
2009-11-07 20:01:39 +00:00
TestSuite
add *.user, Win32, and x64 build dir to ignore list for DebuggerUICommon and Unit Tests
2009-07-06 02:10:26 +00:00
UnitTests
fix some memleaks in DiscIO. Fix for issue 1238.
2009-08-03 22:51:13 +00:00
Dolphin.sln
fix some warnings, compile Plugin_VideoSoftware against the plain multithreaded version of libc instead of the MT DLL version.
2009-10-24 01:00:45 +00:00
DolphinProj.xcconfig
Dolphin can now be built on OS X using Xcode instead of scons.
2008-12-06 03:31:24 +00:00
DolphinTarget.xcconfig
Dolphin can now be built on OS X using Xcode instead of scons.
2008-12-06 03:31:24 +00:00