| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | emitter: Get rid of CanDoOpWith | 2016-03-09 | 1 | -7/+0 | ||
| | | | | | | | | | | | This was removed in Dolphin as there were no particular uses for it. I'm sure the same will apply to citra. | |||||
| | * | emitter: constexpr-ify OpArg | 2016-03-09 | 1 | -30/+30 | ||
| | | | ||||||
| | * | emitter: friend class OpArg with XEmitter | 2016-03-09 | 1 | -3/+4 | ||
| | | | ||||||
| | * | emitter: Remove unimplemented prototype | 2016-03-09 | 1 | -1/+0 | ||
| | | | ||||||
| * | | Common: Get rid of alignment macros | 2016-03-09 | 1 | -9/+1 | ||
| |/ | | | | | The gl rasterizer already uses alignas, so we may as well move everything over. | |||||
| * | Merge pull request #1297 from Subv/saves | 2016-03-01 | 1 | -1/+1 | ||
| |\ | | | | | DiskDirectory: Initialize the directory member with valid info. | |||||
| | * | DiskDirectory: Initialize the directory member with valid info. | 2016-01-16 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Merge pull request #1427 from MerryMage/emit-lbit | 2016-02-28 | 1 | -2/+2 | ||
| |\ \ | | | | | | | x64 Emitter: Fix L bit in VEX prefix | |||||
| | * | | x64 Emitter: Fix L bit in VEX prefix | 2016-02-27 | 1 | -2/+2 | ||
| | | | | ||||||
| * | | | Initial implementation ir:user | 2016-02-26 | 2 | -0/+2 | ||
| |/ / | ||||||
| * | | AudioCore: Skeleton Implementation | 2016-02-21 | 3 | -1/+5 | ||
| | | | | | | | | | | | | | | | | | | | This commit: * Adds a new subproject, audio_core. * Defines structures that exist in DSP shared memory. * Hooks up various other parts of the emulator into audio core. This sets the foundation for a later HLE DSP implementation. | |||||
| * | | BitField: Make trivially copyable and remove assignment operator | 2016-02-12 | 2 | -26/+22 | ||
| | | | ||||||
| * | | backend: defaulted move constructor/assignment | 2016-02-04 | 1 | -18/+2 | ||
| | | | ||||||
| * | | color: Make trivial helpers constexpr | 2016-01-27 | 1 | -8/+8 | ||
| | | | ||||||
| * | | key_map: Use std::tie for comparisons | 2016-01-25 | 1 | -7/+7 | ||
| |/ | ||||||
| * | Add missing return values in ForeachDirectoryEntry | 2015-12-23 | 1 | -4/+14 | ||
| | | | | | | ForeachDirectoryEntry is changed by #1256 ,but return value at last line was missing. | |||||
| * | Merge pull request #1252 from Subv/cam | 2015-12-03 | 2 | -0/+2 | ||
| |\ | | | | | Services/Cam: Added new log type and camera enums from 3dbrew. | |||||
| | * | Services/Cam: Added new log type and camera enums from 3dbrew. | 2015-11-23 | 2 | -0/+2 | ||
| | | | | | | | | | | | Followup to #1102 Original author @mailwl | |||||
| * | | Refactor ScanDirectoryTreeAndCallback to separate errors and retvals | 2015-11-27 | 2 | -50/+53 | ||
| |/ | | | | | | | | | ScanDirectoryTreeAndCallback, before this change, coupled error/return codes and actual return values (number of entries found). This caused confusion and difficulty interpreting the precise way the function worked. Supersedes, and closes #1255. | |||||
| * | fix failure on gcc and clang | 2015-11-12 | 1 | -3/+3 | ||
| | | ||||||
| * | disable unary minus when the type is not signed | 2015-11-12 | 1 | -0/+4 | ||
| | | | | | silent warning C4146 on msvc | |||||
| * | Implement gdbstub | 2015-10-04 | 2 | -0/+2 | ||
| | | ||||||
| * | Merge pull request #1176 from lioncash/vs2015-code-junking-day | 2015-10-03 | 1 | -11/+0 | ||
| |\ | | | | | Obligatory "Throw out workarounds VS2013 once limited us to" PR | |||||
| | * | bit_field: Re-enable code on MSVC | 2015-10-01 | 1 | -11/+0 | ||
| | | | ||||||
| * | | Merge pull request #1095 from archshift/game-list | 2015-10-01 | 2 | -103/+83 | ||
| |\ \ | | | | | | | Initial implementation of a game list | |||||
| | * | | Split up FileUtil::ScanDirectoryTree to be able to use callbacks for custom ↵ | 2015-09-30 | 2 | -103/+83 | ||
| | | | | | | | | | | | | | | | | | | | | | | behavior Converted FileUtil::ScanDirectoryTree and FileUtil::DeleteDirRecursively to use the new ScanDirectoryTreeAndCallback function internally. | |||||
| * | | | symbols: Replace an insert call with emplace | 2015-09-30 | 1 | -1/+1 | ||
| | | | | ||||||
| * | | | symbols: Get rid of initial underscores in variable names | 2015-09-30 | 2 | -20/+20 | ||
| | | | | ||||||
| * | | | symbols: Directly initialize TSymbol members | 2015-09-30 | 1 | -8/+3 | ||
| | | | | ||||||
| * | | | symbols: Simplify GetSymbol | 2015-09-30 | 1 | -8/+5 | ||
| | |/ |/| | ||||||
| * | | hash: Get rid of unused functions | 2015-09-16 | 1 | -16/+0 | ||
| | | | ||||||
| * | | general: Silence some warnings when using clang | 2015-09-16 | 1 | -2/+2 | ||
| |/ | ||||||
| * | memory_util: Remove unnecessary assignment in FreeMemoryPages | 2015-09-11 | 1 | -3/+0 | ||
| | | ||||||
| * | memory_util: Remove commented out printf statements | 2015-09-11 | 1 | -10/+0 | ||
| | | ||||||
| * | general: Replace 0 literals with nullptr where applicable | 2015-09-11 | 2 | -6/+6 | ||
| | | ||||||
| * | synchronized_wrapper: Add missing return in SynchronizedRef move assignment ↵ | 2015-09-11 | 1 | -0/+1 | ||
| | | | | | operator | |||||
| * | Merge pull request #1144 from lioncash/remove | 2015-09-11 | 4 | -176/+0 | ||
| |\ | | | | | common: Get rid of debug_interface.h | |||||
| | * | common: Get rid of debug_interface.h | 2015-09-11 | 4 | -176/+0 | ||
| | | | | | | | | | | | | | This is technically unused. Also removes TMemChecks because it relies on this. Whenever memory breakpoints are implemented for real, it should be designed to match the codebase debugging mechanisms. | |||||
| * | | common: Get rid of a cast in swap.h | 2015-09-11 | 1 | -2/+2 | ||
| |/ | ||||||
| * | x64: Proper stack alignment in shader JIT function calls | 2015-09-01 | 3 | -424/+90 | ||
| | | | | | | Import Dolphin stack handling and register saving routines Also removes the x86 parts from abi files | |||||
| * | Common: Import BitSet from Dolphin | 2015-09-01 | 2 | -0/+190 | ||
| | | ||||||
| * | Common: Fix MicroProfile compilation in MSVC2015 | 2015-08-28 | 1 | -0/+5 | ||
| | | ||||||
| * | Integrate the MicroProfile profiling library | 2015-08-24 | 4 | -0/+51 | ||
| | | | | | | This brings goodies such as a configurable user interface and multi-threaded timeline view. | |||||
| * | x64-emitter: add RCPSS SSE instruction | 2015-08-23 | 2 | -0/+2 | ||
| | | ||||||
| * | Merge pull request #1058 from lioncash/ptr | 2015-08-22 | 2 | -4/+27 | ||
| |\ | | | | | emitter: Remove pointer casts | |||||
| | * | emitter: Remove pointer casts | 2015-08-21 | 2 | -4/+27 | ||
| | | | | | | | | | This should also technically silence quite a few ubsan warnings. | |||||
| * | | Merge pull request #1025 from yuriks/heap-management | 2015-08-22 | 1 | -8/+7 | ||
| |\ \ | |/ |/| | Kernel: Correct(er) handling of Heap and Linear Heap allocations | |||||
| | * | VMManager: Make LogLayout log level configurable as a parameter | 2015-08-16 | 1 | -8/+7 | ||
| | | | ||||||
| * | | emitter: Remove unnecessary defines | 2015-08-20 | 1 | -5/+1 | ||
| | | | ||||||
| * | | emitter: Remove unnecessary else keywords | 2015-08-20 | 1 | -7/+7 | ||
| | | | ||||||