summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2018-01-20CustomTexture: Drop old texture format.degasus
2018-01-11Modified StringUtil to change UTF16ToUTF8 to use a wstring_convert and codecv...34will
2018-01-11Modified UTF16BEUTF8 to just convert the UTF-16 C-string into a std::u16strin...34will
2018-01-11Modified StringUtil to use a u16string instead of a wstring in the non-win32 ...34will
2017-12-29Require WINDOW_BIT if we have a window handle.Vlad Firoiu
2017-12-29Surfaceless egl rendering.Vlad Firoiu
2017-12-26Android: Extract Sys to a different folder than the User folderJosJuice
2017-12-24Don't expose SYSDATA_DIR in a headerJosJuice
2017-12-19Merge pull request #6190 from JosJuice/is-trivially-copyable-vsMarkus Wick
2017-12-18Handle both the XSI and GNU versions of strerror_rJosJuice
2017-12-09Fix arm64 MOVI2R for addresses between 2gb and 4gb offset from PCJonathan Hamilton
2017-12-08Merge pull request #6237 from lioncash/gekko-disasmLeo Lam
2017-12-07Merge pull request #6220 from leoetlino/utf8Pierre Bourdon
2017-12-05Don't use wrong encoding for paths when opening streams on WindowsJosJuice
2017-12-04GekkoDisassembler: Correct disassembly of fabs, fnabs, and fnegLioncash
2017-11-26Config: Handle unknown system strings betterLéo Lam
2017-11-22VideoBackends: Add AbstractStagingTexture classStenzek
2017-11-19Merge pull request #5973 from ligfx/renamefifoqueueJosJuice
2017-11-15Config/Layer: Allow all keys of a section to be iterated overMerryMage
2017-11-15Config: Flatten structuresMerryMage
2017-11-15ConfigInfo: Switch to doing case-insensitive comparisonMerryMage
2017-11-15Config: Extract ConfigInfo into own headerMerryMage
2017-11-15Config: Remove recursive layerMerryMage
2017-11-13Remove IsTriviallyCopyable hack for VSJosJuice
2017-11-13Don't delete BitField copy assignment operator on VSJosJuice
2017-11-11Simplify StringUtil::UTF16ToUTF8JosJuice
2017-11-11Remove unneeded check in StringUtil::UTF16ToUTF8JosJuice
2017-11-07Android: Fix NDK r16b2 buildGreg Wicks
2017-11-03When NAND is damaged, show title names from save filesJosJuice
2017-11-03Add WiiSaveBanner classJosJuice
2017-10-11MemArena: Use names that are based on the PIDLéo Lam
2017-10-11MemArena: Name shared memory handleDane Z. Bush
2017-10-05DebugInterface: Rename InsertBLR to PatchSepalani
2017-09-18StringUtil: support TryParse(u16*)Pierre Bourdon
2017-09-15DiscIO: Use Common::Lazy for loading filesystemsJosJuice
2017-09-11Bitfield: Cast value to storage type in assignment operatorStenzek
2017-09-10JIT: Don't always look up symbols for blocksLéo Lam
2017-09-09Common: Move version strings to their own headerLioncash
2017-09-02JitArm64: Reimplement aarch64 cycle counters.degasus
2017-08-25Fix regression in File::CopyDirJosJuice
2017-08-23Rename Common::FifoQueue to Common::SPSCQueueMichael M
2017-08-23Merge pull request #5951 from ligfx/gametrackerworkqueuethreadAnthony
2017-08-22WFSI: Implement patch install finalization.Pierre Bourdon
2017-08-22Merge pull request #5955 from leoetlino/copyLeo Lam
2017-08-22Merge pull request #5962 from degasus/arm-fixesMarkus Wick
2017-08-22Remove NonCopyableJosJuice
2017-08-22JitArm64: Fix rlwinmx.degasus
2017-08-21FileUtil: Simplify File::Copy on non-Windows platformsLéo Lam
2017-08-21Revert "Try to fix File::Copy with non-1024-byte aligned sizes"Pierre Bourdon
2017-08-21Merge pull request #5939 from JonnyH/WIP/broken-fstream-copyMarkus Wick