This website requires JavaScript.
Explore
Help
Sign In
Yaya48
/
dolphin
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b858befba24c8a31cab82dd7534b91e5606db5e9
dolphin
/
Source
/
Core
T
History
Marko Pusljar
b858befba2
DSPLLE small mul fix
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@4533
8ced0084-cf51-0410-be5f-012b33b47a6e
2009-11-12 16:17:22 +00:00
..
AudioCommon
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
Common
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
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
DebuggerUICommon
fix bug with ascii memview: make '\0' be ' ' instead of string end.
2009-10-31 09:12:31 +00:00
DebuggerWX
Make the HLE'd OSPanic print out the associated message.
2009-11-05 07:05:33 +00:00
DiscIO
Fix a possible crash on close due to INANDContentLoader objects getting deleted twice
2009-10-25 02:03:45 +00:00
DolphinWX
Fix some plugin communication with the video plugins (fixes Esc button) and apply an opengl equivalent of my first commit :P
2009-11-12 07:18:31 +00:00
DSPCore
DSPLLE small mul fix
2009-11-12 16:17:22 +00:00
InputCommon
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
VideoCommon
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