index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
release-prep-2606a
release-prep-2606a-2
release-prep-2609
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
Age
Commit message (
Expand
)
Author
2013-09-14
Change the initial user directory creation to stop special casing Windows
Pierre Bourdon
2013-09-14
Use global user directory on windows.
Rachel Bryk
2013-09-12
Improve the ArraySize function a bit now that c++11 isn't forbidden there. Er...
Jordan Woyak
2013-09-11
Replace the one use of CompileTimeAssert with static_assert (already used els...
comex
2013-09-11
Replace ARRAYSIZE macro with another ugly macro. At least this will throw an ...
Jordan Woyak
2013-09-08
[ARM] Add support for double registers in VMOV(immediate). Add VEOR and VSTR1...
Ryan Houdek
2013-09-08
[ARM] Use NEON for loading the values from psq_l, gives a minimal performance...
Ryan Houdek
2013-09-04
Fix for old libc version on bionic. Old versions would crash if the second ar...
Ryan Houdek
2013-09-02
Remove accessType from BackPatch's signature in favor of getting it from Disa...
comex
2013-09-02
[Android] Fix fastmem and enable.
Ryan Houdek
2013-09-01
A few more warnings.
comex
2013-09-01
MSVC warnings.
comex
2013-09-01
A bunch of trivial changes to fix clang warnings.
comex
2013-09-01
Work around MSVC bug, and make it less likely to happen again. Ew.
comex
2013-08-31
Fix loading DLC using IOCTL_ES_OPENTITLECONTENT & /dev/es state save.
comex
2013-08-31
Make NonCopyable use rvalue references.
comex
2013-08-30
[ARM] Fix the VMOV encoding to encode the destination VFP register correctly.
Ryan Houdek
2013-08-30
[ARM] Support both hardfp and softfp with lfs and lfd. Fixes these two instru...
Ryan Houdek
2013-08-29
[Android] Android NDK now supports full implementations of std::mutex, std::t...
Ryan Houdek
2013-08-29
Use pthread_setname_np.
comex
2013-08-29
[Android] Add in a static libiconv library so non English games don't crash D...
Ryan Houdek
2013-08-28
More cleaning.
Matthew Parlane
2013-08-28
Fix headings and more.
Matthew Parlane
2013-08-26
Merge branch 'master' into wii-network
Matthew Parlane
2013-08-25
Actually allow the dump and logs folders to be set outside of user/
Rachel Bryk
2013-08-24
Allow user folder to be set via command line.
Rachel Bryk
2013-08-25
Fix trailing whitespaces in all files where some were added
Pierre Bourdon
2013-08-23
Merge branch 'master' into wii-network
Matthew Parlane
2013-08-22
Fix the fix to AVX support detection
Pierre Bourdon
2013-08-21
[Android] Fix Android 4.3 from crashing on my devices. This was annoying to f...
Ryan Houdek
2013-08-20
Correctly check for AVX support in x64CPUDetect
Pierre Bourdon
2013-08-19
[ARM] Add ASR/ASRS and UMULLS emitters.
Ryan Houdek
2013-08-16
[Android] Make sure to unallocate the correct memory size in MemArena.
Ryan Houdek
2013-08-16
Missed some VS build options.
Matthew Parlane
2013-08-16
Merge branch 'master' into wii-network
Matthew Parlane
2013-08-16
Fix polarssl on Windows.
Matthew Parlane
2013-08-15
Support PolarSSL on *nix
Matthew Parlane
2013-08-15
Replace OpenSSL with PolarSSL
Matthew Parlane
2013-08-14
MemArena: Free memory for 64-bit machines
Jasper St. Pierre
2013-08-14
Move VideoBackendBase from Common to VideoCommon
Pierre Bourdon
2013-08-11
IniFile: Don't parse comments after the [Section] brackets
Jasper St. Pierre
2013-08-11
IniFile: Remove support for comments anywhere but the beginning of lines
Jasper St. Pierre
2013-08-10
Remove "-0" from stable version numbers in a more foolproof manner for vs and...
Jordan Woyak
2013-08-08
Remove -0 from stable release version numbers.
Rachel Bryk
2013-08-09
Use a multibyte-neutral codepage when calling *printf on Windows.
Pierre Bourdon
2013-08-08
Fix a stack corruption in ExtendedTrace.
NeoBrainX
2013-08-06
Free two memory leaks in ArmCPUDetect.cpp
Lioncash
2013-08-03
[ARM] Fix VCVT F32<->F64 encoding.
Ryan Houdek
2013-08-02
[ARM] Push new ArmEmitter changes from PPSSPP. Mostly Fixes a few VFP/NEON in...
Ryan Houdek
2013-07-21
Move in-game keybinding handling to a central location
Jasper St. Pierre
[next]