summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* vertex_loader: Use std::array instead of raw C arraysGravatar Lioncash2016-05-081-6/+7
|
* vertex_loader: Correct header orderingGravatar Lioncash2016-05-081-1/+1
|
* Merge pull request #1766 from Subv/log_cpuGravatar bunnei2016-05-083-0/+10
|\ | | | | Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1)
| * Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).Gravatar Subv2016-05-073-0/+10
| | | | | | | | We do not currently implement any cores other than the AppCore (Core 0).
* | Merge pull request #1718 from alex-laties/fixup-type-conversionsGravatar bunnei2016-05-0714-45/+55
|\ \ | | | | | | fixup simple type conversions where possible
| * | fixup simple type conversions where possibleGravatar Alexander Laties2016-05-0714-45/+55
| | |
* | | Merge pull request #1761 from Subv/applets_fbGravatar bunnei2016-05-075-23/+44
|\ \ \ | |/ / |/| | HLE/Applets: Use the correct size for the framebuffer SharedMemory
| * | HLE/Applets: Use the correct size for the framebuffer SharedMemory in the ↵Gravatar Subv2016-05-075-23/+44
| | | | | | | | | | | | swkbd and MiiSelector applets.
* | | Merge pull request #1736 from MerryMage/sdl2-sinkGravatar bunnei2016-05-079-3/+182
|\ \ \ | | | | | | | | AudioCore: SDL2 Sink
| * | | AudioCore: SDL2 SinkGravatar MerryMage2016-05-079-3/+182
| | | |
* | | | HLE: Fix recent DSP change for Visual Studio.Gravatar bunnei2016-05-071-4/+2
| | | |
* | | | Merge pull request #1544 from linkmauve/move-glad-initGravatar bunnei2016-05-073-6/+18
|\ \ \ \ | | | | | | | | | | Move glad initialisation to the frontend
| * | | | Frontends, VideoCore: Move glad initialisation to the frontendGravatar Emmanuel Gil Peyrot2016-05-063-6/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On SDL2 this allows it to use SDL_GL_GetProcAddress() instead of the default function loader, and fixes a crash when using apitrace with an EGL context. On Qt we will need to migrate from QGLWidget to QOpenGLWidget and QOpenGLContext before we can use gladLoadGLLoader() instead of gladLoadGL(), since the former doesn’t expose a function loader.
* | | | | Merge pull request #1764 from ↵Gravatar bunnei2016-05-061-2/+3
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | wwylele/how-can-i-find-this-if-i-have-only-decrypted-rom fix loader: return proper result
| * | | | fix:return proper errorGravatar wwylele2016-05-061-2/+3
|/ / / /
* | | | Merge pull request #1762 from bunnei/globalGravatar bunnei2016-05-054-8/+21
|\ \ \ \ | | | | | | | | | | hle: Get rid of direct global access to g_reschedule
| * | | | HLE: Rename RescheduleIsPending to IsReschedulePending.Gravatar bunnei2016-05-053-3/+3
| | | | |
| * | | | hle: Get rid of global access to g_rescheduleGravatar Lioncash2016-03-214-8/+21
| | | | | | | | | | | | | | | | | | | | | | | | | This shouldn't be directly exposed if there's already a partial API that operates on it. We can just provide the rest of that API.
* | | | | Merge pull request #1700 from wwylele/gamelist-iconGravatar bunnei2016-05-0510-37/+260
|\ \ \ \ \ | | | | | | | | | | | | Qt: display game icon and title in the game list
| * | | | | add missing headerGravatar wwylele2016-05-041-0/+1
| | | | | |
| * | | | | make the name column larger as defaultGravatar wwylele2016-05-041-1/+5
| | | | | |
| * | | | | add icon & title to game listGravatar wwylele2016-05-049-36/+254
| | | | | |
* | | | | | Merge pull request #1706 from mailwl/mii-selectorGravatar Sebastian Valle2016-05-052-0/+49
|\ \ \ \ \ \ | | | | | | | | | | | | | | Layout Mii parameters input/output, and return success as result of applet work
| * | | | | | Layout Mii parameters input/output, and return success as result of applet workGravatar mailwl2016-05-052-0/+49
|/ / / / / /
* | | | | | Merge pull request #1757 from JayFoxRox/rename-vertexloaded-bpGravatar bunnei2016-05-054-10/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | Pica: Rename VertexLoaded breakpoint to VertexShaderInvocation
| * | | | | | Pica: Rename VertexLoaded breakpoint to VertexShaderInvocationGravatar Jannik Vogel2016-05-044-10/+8
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #1734 from MerryMage/dsp-hle-sourceGravatar bunnei2016-05-047-5/+496
|\ \ \ \ \ \ | |/ / / / / |/| | | | | DSP/HLE: Implement Source processing
| * | | | | DSP/HLE: Implement Source processingGravatar MerryMage2016-05-037-5/+496
| | |_|/ / | |/| | |
* | | | | Merge pull request #1754 from JayFoxRox/fix-const_color-revertGravatar bunnei2016-05-031-2/+3
|\ \ \ \ \ | | | | | | | | | | | | OpenGL: Don't copy const_color (Reverts #1745)
| * | | | | OpenGL: Don't copy const_color (Reverts #1745)Gravatar Jannik Vogel2016-05-031-2/+3
|/ / / / /
* | | | | Merge pull request #1750 from JayFoxRox/cleanup-shader-inputGravatar bunnei2016-05-021-34/+4
|\ \ \ \ \ | | | | | | | | | | | | Pica: Replace logic in shader.cpp with loop
| * | | | | Pica: Replace logic in shader.cpp with loopGravatar Jannik Vogel2016-05-031-34/+4
| | | | | |
* | | | | | Merge pull request #1732 from wwylele/config00170000Gravatar bunnei2016-05-022-13/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | | add config block 0x00170000; remove duplicated content
| * | | | | remove duplicated function declarationGravatar wwylele2016-05-011-13/+0
| | | | | |
| * | | | | add config block 0x00170000Gravatar wwylele2016-04-291-0/+4
| | | | | |
* | | | | | Merge pull request #1741 from linkmauve/iwyu-video_coreGravatar bunnei2016-05-0146-88/+234
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix video_core includes (and dependencies) using include-what-you-use
| * | | | | | VideoCore: Run include-what-you-use and fix most includes.Gravatar Emmanuel Gil Peyrot2016-04-3045-86/+234
| | | | | | |
| * | | | | | LCD: Remove unneeded #undef with no matching #define.Gravatar Emmanuel Gil Peyrot2016-04-301-2/+0
| | | | | | |
* | | | | | | Merge pull request #1745 from JayFoxRox/fix-const_colorGravatar bunnei2016-05-011-30/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | OpenGL: Copy TevStageConfig using a loop. Fixes bug: const_color not copied
| * | | | | | | OpenGL: Copy TevStageConfig using a loop. Fixes bug: const_color not copiedGravatar Jannik Vogel2016-05-011-30/+11
|/ / / / / / /
* / / / / / / OpenGL: border_color was never set. Fixed. (#1740)Gravatar Jannik Vogel2016-04-301-0/+1
|/ / / / / /
* | | | | | Merge pull request #1735 from JayFoxRox/remove-tgaGravatar linkmauve2016-04-303-62/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Remove TGA dumper
| * | | | | Remove TGA dumperGravatar Jannik Vogel2016-04-303-62/+0
| | | | | |
* | | | | | Merge pull request #1729 from MerryMage/null-sinkGravatar bunnei2016-04-3013-4/+155
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Audio Config: Implement null sink and implement sink configuration
| * | | | | Audio: Add sink selection to configuration filesGravatar MerryMage2016-04-3010-4/+79
| | | | | |
| * | | | | AudioCore: List of sink typesGravatar MerryMage2016-04-303-0/+46
| | | | | |
| * | | | | AudioCore: Implement NullSinkGravatar MerryMage2016-04-302-0/+30
| | |/ / / | |/| | |
* | | | | Merge pull request #1650 from JamePeng/update-the-ndm-codeGravatar bunnei2016-04-303-27/+420
|\ \ \ \ \ | | | | | | | | | | | | Update the stub code of NDM service!
| * | | | | Update the stub code of NDM service!Gravatar JamePeng2016-04-213-27/+420
| | | | | |
* | | | | | Merge pull request #1647 from mailwl/acu-closeasyncGravatar bunnei2016-04-302-1/+29
|\ \ \ \ \ \ | | | | | | | | | | | | | | ac:u: stub CloseAsync; align memory size in svc:GetProcessInfo(type=2)