| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | vertex_loader: Use std::array instead of raw C arrays | 2016-05-08 | 1 | -6/+7 | |
| | | |||||
| * | vertex_loader: Correct header ordering | 2016-05-08 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #1766 from Subv/log_cpu | 2016-05-08 | 3 | -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). | 2016-05-07 | 3 | -0/+10 | |
| | | | | | | | | | We do not currently implement any cores other than the AppCore (Core 0). | ||||
| * | | Merge pull request #1718 from alex-laties/fixup-type-conversions | 2016-05-07 | 14 | -45/+55 | |
| |\ \ | | | | | | | fixup simple type conversions where possible | ||||
| | * | | fixup simple type conversions where possible | 2016-05-07 | 14 | -45/+55 | |
| | | | | |||||
| * | | | Merge pull request #1761 from Subv/applets_fb | 2016-05-07 | 5 | -23/+44 | |
| |\ \ \ | |/ / |/| | | HLE/Applets: Use the correct size for the framebuffer SharedMemory | ||||
| | * | | HLE/Applets: Use the correct size for the framebuffer SharedMemory in the ↵ | 2016-05-07 | 5 | -23/+44 | |
| | | | | | | | | | | | | | swkbd and MiiSelector applets. | ||||
| * | | | Merge pull request #1736 from MerryMage/sdl2-sink | 2016-05-07 | 9 | -3/+182 | |
| |\ \ \ | | | | | | | | | AudioCore: SDL2 Sink | ||||
| | * | | | AudioCore: SDL2 Sink | 2016-05-07 | 9 | -3/+182 | |
| | | | | | |||||
| * | | | | HLE: Fix recent DSP change for Visual Studio. | 2016-05-07 | 1 | -4/+2 | |
| | | | | | |||||
| * | | | | Merge pull request #1544 from linkmauve/move-glad-init | 2016-05-07 | 3 | -6/+18 | |
| |\ \ \ \ | | | | | | | | | | | Move glad initialisation to the frontend | ||||
| | * | | | | Frontends, VideoCore: Move glad initialisation to the frontend | 2016-05-06 | 3 | -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 ↵ | 2016-05-06 | 1 | -2/+3 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | wwylele/how-can-i-find-this-if-i-have-only-decrypted-rom fix loader: return proper result | ||||
| | * | | | | fix:return proper error | 2016-05-06 | 1 | -2/+3 | |
| |/ / / / | |||||
| * | | | | Merge pull request #1762 from bunnei/global | 2016-05-05 | 4 | -8/+21 | |
| |\ \ \ \ | | | | | | | | | | | hle: Get rid of direct global access to g_reschedule | ||||
| | * | | | | HLE: Rename RescheduleIsPending to IsReschedulePending. | 2016-05-05 | 3 | -3/+3 | |
| | | | | | | |||||
| | * | | | | hle: Get rid of global access to g_reschedule | 2016-03-21 | 4 | -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-icon | 2016-05-05 | 10 | -37/+260 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Qt: display game icon and title in the game list | ||||
| | * | | | | | add missing header | 2016-05-04 | 1 | -0/+1 | |
| | | | | | | | |||||
| | * | | | | | make the name column larger as default | 2016-05-04 | 1 | -1/+5 | |
| | | | | | | | |||||
| | * | | | | | add icon & title to game list | 2016-05-04 | 9 | -36/+254 | |
| | | | | | | | |||||
| * | | | | | | Merge pull request #1706 from mailwl/mii-selector | 2016-05-05 | 2 | -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 work | 2016-05-05 | 2 | -0/+49 | |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #1757 from JayFoxRox/rename-vertexloaded-bp | 2016-05-05 | 4 | -10/+8 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Pica: Rename VertexLoaded breakpoint to VertexShaderInvocation | ||||
| | * | | | | | | Pica: Rename VertexLoaded breakpoint to VertexShaderInvocation | 2016-05-04 | 4 | -10/+8 | |
| | | |_|_|/ / | |/| | | | | |||||
| * | | | | | | Merge pull request #1734 from MerryMage/dsp-hle-source | 2016-05-04 | 7 | -5/+496 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | DSP/HLE: Implement Source processing | ||||
| | * | | | | | DSP/HLE: Implement Source processing | 2016-05-03 | 7 | -5/+496 | |
| | | |_|/ / | |/| | | | |||||
| * | | | | | Merge pull request #1754 from JayFoxRox/fix-const_color-revert | 2016-05-03 | 1 | -2/+3 | |
| |\ \ \ \ \ | | | | | | | | | | | | | OpenGL: Don't copy const_color (Reverts #1745) | ||||
| | * | | | | | OpenGL: Don't copy const_color (Reverts #1745) | 2016-05-03 | 1 | -2/+3 | |
| |/ / / / / | |||||
| * | | | | | Merge pull request #1750 from JayFoxRox/cleanup-shader-input | 2016-05-02 | 1 | -34/+4 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Pica: Replace logic in shader.cpp with loop | ||||
| | * | | | | | Pica: Replace logic in shader.cpp with loop | 2016-05-03 | 1 | -34/+4 | |
| | | | | | | | |||||
| * | | | | | | Merge pull request #1732 from wwylele/config00170000 | 2016-05-02 | 2 | -13/+4 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | add config block 0x00170000; remove duplicated content | ||||
| | * | | | | | remove duplicated function declaration | 2016-05-01 | 1 | -13/+0 | |
| | | | | | | | |||||
| | * | | | | | add config block 0x00170000 | 2016-04-29 | 1 | -0/+4 | |
| | | | | | | | |||||
| * | | | | | | Merge pull request #1741 from linkmauve/iwyu-video_core | 2016-05-01 | 46 | -88/+234 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix video_core includes (and dependencies) using include-what-you-use | ||||
| | * | | | | | | VideoCore: Run include-what-you-use and fix most includes. | 2016-04-30 | 45 | -86/+234 | |
| | | | | | | | | |||||
| | * | | | | | | LCD: Remove unneeded #undef with no matching #define. | 2016-04-30 | 1 | -2/+0 | |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #1745 from JayFoxRox/fix-const_color | 2016-05-01 | 1 | -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 copied | 2016-05-01 | 1 | -30/+11 | |
| |/ / / / / / / | |||||
| * / / / / / / | OpenGL: border_color was never set. Fixed. (#1740) | 2016-04-30 | 1 | -0/+1 | |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #1735 from JayFoxRox/remove-tga | 2016-04-30 | 3 | -62/+0 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Remove TGA dumper | ||||
| | * | | | | | Remove TGA dumper | 2016-04-30 | 3 | -62/+0 | |
| | | | | | | | |||||
| * | | | | | | Merge pull request #1729 from MerryMage/null-sink | 2016-04-30 | 13 | -4/+155 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | Audio Config: Implement null sink and implement sink configuration | ||||
| | * | | | | | Audio: Add sink selection to configuration files | 2016-04-30 | 10 | -4/+79 | |
| | | | | | | | |||||
| | * | | | | | AudioCore: List of sink types | 2016-04-30 | 3 | -0/+46 | |
| | | | | | | | |||||
| | * | | | | | AudioCore: Implement NullSink | 2016-04-30 | 2 | -0/+30 | |
| | | |/ / / | |/| | | | |||||
| * | | | | | Merge pull request #1650 from JamePeng/update-the-ndm-code | 2016-04-30 | 3 | -27/+420 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Update the stub code of NDM service! | ||||
| | * | | | | | Update the stub code of NDM service! | 2016-04-21 | 3 | -27/+420 | |
| | | | | | | | |||||
| * | | | | | | Merge pull request #1647 from mailwl/acu-closeasync | 2016-04-30 | 2 | -1/+29 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | ac:u: stub CloseAsync; align memory size in svc:GetProcessInfo(type=2) | ||||