summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src
AgeCommit message (Expand)Author
2010-06-02Fix some cases of variables being used uninitialized. Also some unusedSoren Jorvang
2010-05-30De-inline StripTailDirSlashes() to work around a weird code generation bug.Soren Jorvang
2010-05-30The rendering codepath doesn't currently quite recover from an OpenCLSoren Jorvang
2010-05-29Revert 5533, removing the misleading TODO and commenting it properly.hrydgard
2010-05-29Get disk cache revision from SVN_REV.XTra.KrazzY
2010-05-29Changed both video plugins to save PNG screenshots. Made GCPad New default in...Jordan Woyak
2010-05-28Improve iterator usage.Jordan Woyak
2010-05-27lets apply some mathematical magic:Rodolfo Osvaldo Bogado
2010-05-27ultra experimental commit. fixed tev functionality, now it must be almost per...Rodolfo Osvaldo Bogado
2010-05-26Don't assume writeable C strings.Soren Jorvang
2010-05-26Simplify logging a bit.Soren Jorvang
2010-05-26Hack this dodgy compile-time assert so it works with gcc.Soren Jorvang
2010-05-23Replace the calls to sscanf(for number parsing) and number parsers with strto...pierre
2010-05-23Fix Linux build broken by use of stricmp and vsnwprintf.pierre
2010-05-23misc stuffMarko Pusljar
2010-05-23add some dx checking routines to the dx plugin + some minor stuffluisr142004
2010-05-22Use symbolic names instead of numbers and bump cache versionpierre
2010-05-17a little optimization in shaders constants setting , based on the same idea o...Rodolfo Osvaldo Bogado
2010-05-12OSX fix Dolphin not actually using the Application Support path.Shawn Hoffman
2010-05-06apply soren.jorvang's case-sensitivity patch (closes issue 2656) :Pluisr142004
2010-05-02OS X buildfixShawn Hoffman
2010-05-01Netplay build fix for linux, and a little clean up.Glenn Rice
2010-05-01NetPlay: completely redone - should be somewhat usable when using Single Core...Jordan Woyak
2010-04-29Massive Poo storm, had to take shelter. Hacks, fixes, etc etcSonicadvance1
2010-04-29[OSX] Use spinlocks instead of mutexes since mutexes are really semaphores, g...Sonicadvance1
2010-04-20OS X: enable path in Jit64::stX. fix wxw assert on opening ConfigMain. __forc...Shawn Hoffman
2010-04-17possible savestate memory leak fix in DoBuffernitsuja-
2010-04-14fixed xfb bumping introduced by my last commit.Rodolfo Osvaldo Bogado
2010-04-13Fixed the crash in DSP LLE JIT on x64 by aligning the stack.skidau
2010-04-11Fixed a small bug in J_CC when emitting jumps that exceed 0x80 in range (only...j4ck.fr0st
2010-04-10JIT single steppingskidau
2010-04-09DSPJit: disabled NR again until we fix DSPEmitter::increase_addr_reg.j4ck.fr0st
2010-04-08Random fixes and cleanupsNeoBrainX
2010-04-06Fix wrong sprintf usage: the parameters use the restrict keyword so they may ...NeoBrainX
2010-04-04trunk: Don't enable selection of mic device if dolphin is not compiled with p...Shawn Hoffman
2010-03-29DSPLLE: Opcode LUT CleanupXTra.KrazzY
2010-03-27Allows more than one instance of Dolphin to be running. Credit goes to Billi...skidau
2010-03-24Cleared out the top 16 bits in PARAM1 of the ABI_CallFunctionC16 JIT command.skidau
2010-03-24XK patch for adding jit config to audiocommon/c16 function to x64emitternakeee
2010-03-18Did some clean up of the GUI main. Also, parse command line options first, t...Glenn Rice
2010-03-05Gah, screw itSonicadvance1
2010-03-05Forgot to check the low argumentSonicadvance1
2010-03-05WoopsSonicadvance1
2010-03-05Add a universal option to the osx flag, does not work yet since scons strips ...Sonicadvance1
2010-02-24Fixed the issue that cpu_info is not initialized in plugin. This commit enabl...nodchip
2010-02-24Systematically eliminating compiler warnings.Glenn Rice
2010-02-21SFML on linux/osx now compiles from external (static)nakeee
2010-02-19Revert the SysConf change, since it was intended by shuffle. j4ck.fr0st
2010-02-19NoGUI: general cleanup, add initialization stuff added in r5064, fixed the co...j4ck.fr0st
2010-02-18Move MemCheck functionality into the virtual DebugInterface class from the mo...Shawn Hoffman