summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #2361 from lioncash/disasmGravatar bunnei2016-12-221-3/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | disassembler: Remove mutable specifier from breakpoints member variableGravatar Lioncash2016-12-211-3/+1
* | | | citra-qt: Move graphics debugging code into its own folderGravatar Lioncash2016-12-2117-32/+32
|/ / /
* | | Merge pull request #2319 from yuriks/profile-scopesGravatar bunnei2016-12-212-0/+15
|\ \ \
| * | | VideoCore: Make profiling scope more representativeGravatar Yuri Kunde Schlesner2016-12-142-0/+15
* | | | Merge pull request #2357 from lioncash/uiGravatar bunnei2016-12-212-67/+100
|\ \ \ \
| * | | | citra-qt: Move bits of constructor behavior to named functionsGravatar Lioncash2016-12-192-67/+100
* | | | | Use GL_TRUE when setting color_maskGravatar Albin Bernhardsson2016-12-191-4/+4
|/ / / /
* | | | Merge pull request #2318 from yuriks/trace-optGravatar bunnei2016-12-183-16/+15
|\ \ \ \
| * | | | VideoCore: Inline IsPicaTracingGravatar Yuri Kunde Schlesner2016-12-143-16/+15
| |/ / /
* | | | Merge pull request #2351 from CaptV0rt3x/masterGravatar bunnei2016-12-181-0/+1
|\ \ \ \
| * | | | Fixed game_list focusing issue.Gravatar Vamsi Krishna2016-12-181-0/+1
* | | | | Merge pull request #2347 from citra-emu/revert-2321-flush-pagesGravatar bunnei2016-12-181-10/+0
|\ \ \ \ \
| * | | | | Revert "Memory: Always flush whole pages from surface cache"Gravatar bunnei2016-12-171-10/+0
| |/ / / /
* | | | | line fixup for travis ciGravatar CaptV0rt3x2016-12-191-1/+0
* | | | | screen swap - Hotkey mappingGravatar Vamsi Krishna2016-12-192-5/+1
* | | | | Fixed GPLv2 license text in the start.Gravatar Vamsi Krishna2016-12-191-1/+1
|/ / / /
* | | | Thread: remove the thread from the thread list when exitingGravatar wwylele2016-12-173-3/+15
* | | | Merge pull request #2335 from yuriks/shader-refactorGravatar Yuri Kunde Schlesner2016-12-169-338/+336
|\ \ \ \
| * | | | VideoCore/Shader: Extract DebugData out from UnitStateGravatar Yuri Kunde Schlesner2016-12-168-103/+99
| * | | | Remove unnecessary castGravatar Yuri Kunde Schlesner2016-12-161-3/+1
| * | | | VideoCore/Shader: Extract evaluate_condition lambda to function scopeGravatar Yuri Kunde Schlesner2016-12-161-26/+24
| * | | | VideoCore/Shader: Extract call lambda up a scope and remove unused paramGravatar Yuri Kunde Schlesner2016-12-151-21/+17
| * | | | VideoCore/Shader: Remove dynamic control flow in (Get)UniformOffsetGravatar Yuri Kunde Schlesner2016-12-152-18/+11
| * | | | VideoCore/Shader: Move DebugData to a separate fileGravatar Yuri Kunde Schlesner2016-12-154-172/+189
* | | | | Merge pull request #2303 from freiro/citra-qt_missing_sdl2_dllGravatar bunnei2016-12-162-30/+10
|\ \ \ \ \
| * | | | | Modularized Qt and SDL file copyingGravatar freiro2016-12-132-9/+8
| * | | | | Modularization of copy_msvc_libraries cmake functGravatar freiro2016-12-111-20/+2
| * | | | | Removed redundant Qt check and other fixesGravatar freiro2016-12-111-20/+19
| * | | | | [MSVC] Copy SDL2.dll to build folderGravatar freiro2016-12-111-20/+20
* | | | | | Merge pull request #2337 from lioncash/gdbGravatar bunnei2016-12-161-9/+8
|\ \ \ \ \ \
| * | | | | | gdbstub: const correctness changesGravatar Lioncash2016-12-161-9/+8
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #2322 from MerryMage/ctx-mnuGravatar Merry2016-12-1610-4/+87
|\ \ \ \ \ \
| * | | | | | main: Open folder when open save folder location context menu is clickedGravatar MerryMage2016-12-152-0/+20
| * | | | | | game_list: Implement context menu for items in listGravatar MerryMage2016-12-153-4/+32
| * | | | | | loader: Implement ReadProgramIdGravatar MerryMage2016-12-153-0/+28
| * | | | | | archive_source_sd_savedata: Add static method to get a specific save data pathGravatar MerryMage2016-12-152-0/+7
* | | | | | | Kernel: remove object's waiting thread if it is deadGravatar wwylele2016-12-161-1/+2
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #2260 from Subv/schedulingGravatar bunnei2016-12-168-196/+211
|\ \ \ \ \ \
| * | | | | | Fixed the codestyle to match our clang-format rules.Gravatar Subv2016-12-144-28/+41
| * | | | | | Properly remove a thread from its wait_objects' waitlist when it is awoken by...Gravatar Subv2016-12-103-2/+11
| * | | | | | WaitSynch: Removed unused variables and reduced SharedPtr copies.Gravatar Subv2016-12-095-74/+57
| * | | | | | Use boost remove_erase_if instead of the erase-remove idiomGravatar Subv2016-12-061-2/+3
| * | | | | | Improved the algorithm for GetHighestPriorityReadyThread.Gravatar Subv2016-12-061-14/+13
| * | | | | | Threading: Added some utility functions and const correctness.Gravatar Subv2016-12-044-16/+36
| * | | | | | Threading: Reworked the way our scheduler works.Gravatar Subv2016-12-038-190/+180
* | | | | | | Merge pull request #2316 from endrift/macos-gccGravatar bunnei2016-12-161-0/+11
|\ \ \ \ \ \ \
| * | | | | | | Common: Fix gcc build on macOSGravatar Jeffrey Pfau2016-12-131-0/+11
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #2328 from wwylele/fix-traceGravatar Yuri Kunde Schlesner2016-12-151-11/+9
|\ \ \ \ \ \ \
| * | | | | | | FS: fix debug build from #2249Gravatar wwylele2016-12-161-11/+9