summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2386 from bunnei/fix-bg-colorGravatar Sebastian Valle2016-12-301-6/+6
|\
| * config: SDL: Move background color setting to correct section.Gravatar bunnei2016-12-301-6/+6
* | Merge pull request #2240 from wwylele/auto-regionGravatar bunnei2016-12-2911-7/+108
|\ \ | |/ |/|
| * Config: auto-select region and languageGravatar wwylele2016-12-0711-7/+108
* | Merge pull request #2367 from JayFoxRox/lighting-lut-quickfixGravatar bunnei2016-12-291-10/+9
|\ \
| * | Minor cleanup in GLSL codeGravatar Jannik Vogel2016-12-251-3/+2
| * | Offset lighting LUT samples correctlyGravatar Jannik Vogel2016-12-251-7/+7
* | | Core: remove unused hle.cppGravatar wwylele2016-12-271-58/+0
* | | Core: reset cpu_core in Shutdown to make IsPoweredOn work properlyGravatar wwylele2016-12-241-0/+1
* | | Merge pull request #2369 from MerryMage/core-frontendGravatar bunnei2016-12-2314-16/+16
|\ \ \
| * | | core: Move emu_window and key_map into coreGravatar MerryMage2016-12-2314-16/+16
* | | | Merge pull request #2370 from wwylele/where-is-my-shared-fontGravatar Yuri Kunde Schlesner2016-12-231-3/+1
|\ \ \ \ | |/ / / |/| | |
| * | | file_util: fix missing sysdata pathGravatar wwylele2016-12-231-3/+1
| |/ /
* / / Service/NWM: add nwm servicesGravatar mailwl2016-12-2218-10/+317
|/ /
* | Merge pull request #2366 from MerryMage/MemoryReadCodeGravatar bunnei2016-12-221-0/+1
|\ \
| * | arm_dynarmic: Provide MemoryReadCode callbackGravatar MerryMage2016-12-221-0/+1
* | | Merge pull request #2343 from bunnei/core-cleanupGravatar bunnei2016-12-2245-591/+435
|\ \ \ | |/ / |/| |
| * | ThreadContext: Move from "core" to "arm_interface".Gravatar bunnei2016-12-228-37/+26
| * | core: Replace "AppCore" nomenclature with just "CPU".Gravatar bunnei2016-12-2211-105/+103
| * | Address clang-format issues.Gravatar bunnei2016-12-218-49/+49
| * | core: Remove HLE module, consolidate code & various cleanups.Gravatar bunnei2016-12-2119-107/+94
| * | core: Consolidate core and system state, remove system module & cleanups.Gravatar bunnei2016-12-2122-336/+284
| * | file_util: Remove unused paths.Gravatar bunnei2016-12-213-87/+3
| * | core: Consolidate top-level system state into a singleton.Gravatar bunnei2016-12-218-103/+164
| * | loader: Remove duplicate docstrings.Gravatar bunnei2016-12-213-56/+0
* | | Merge pull request #2285 from mailwl/csnd-formatGravatar bunnei2016-12-224-49/+94
|\ \ \
| * | | csnd:SND reformat source codeGravatar mailwl2016-12-124-49/+94
* | | | 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