| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 5 | -29/+29 | |
| |\ \ | | | | | | | fixup simple type conversions where possible | ||||
| | * | | fixup simple type conversions where possible | 2016-05-07 | 5 | -29/+29 | |
| | | | | |||||
| * | | | 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. | ||||
| * | | | 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 | 6 | -23/+149 | |
| |\ \ \ \ | | | | | | | | | | | Qt: display game icon and title in the game list | ||||
| | * | | | | add icon & title to game list | 2016-05-04 | 6 | -23/+149 | |
| | | | | | | |||||
| * | | | | | Layout Mii parameters input/output, and return success as result of applet work | 2016-05-05 | 2 | -0/+49 | |
| | |_|/ / |/| | | | |||||
| * | | | | 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 | |
| | |/ / / | |||||
| * | | | | VideoCore: Run include-what-you-use and fix most includes. | 2016-04-30 | 4 | -2/+4 | |
| | | | | | |||||
| * | | | | LCD: Remove unneeded #undef with no matching #define. | 2016-04-30 | 1 | -2/+0 | |
| | | | | | |||||
| * | | | | Merge pull request #1729 from MerryMage/null-sink | 2016-04-30 | 2 | -0/+8 | |
| |\ \ \ \ | | | | | | | | | | | Audio Config: Implement null sink and implement sink configuration | ||||
| | * | | | | Audio: Add sink selection to configuration files | 2016-04-30 | 2 | -0/+8 | |
| | |/ / / | |||||
| * | | | | 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) | ||||
| | * | | | | | ac:u: stub CloseAsync; check memory size aling in svc:GetProcessInfo(type=2) | 2016-04-21 | 2 | -1/+29 | |
| | |/ / / / | |||||
| * | | | | | Merge pull request #1699 from mailwl/gpu-rights | 2016-04-29 | 1 | -2/+38 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | gsp::Gpu: implement AcquireRight, ReleaseRight functions | ||||
| | * | | | | return checks if event and memory created | 2016-04-23 | 1 | -1/+8 | |
| | | | | | | |||||
| | * | | | | gsp::Gpu: implement AcquireRight, ReleaseRight functions | 2016-04-22 | 1 | -8/+37 | |
| | | | | | | |||||
| * | | | | | Common: Remove section measurement from profiler (#1731) | 2016-04-29 | 3 | -12/+0 | |
| | | | | | | | | | | | | | | | | | | | | | This has been entirely superseded by MicroProfile. The rest of the code can go when a simpler frametime/FPS meter is added to the GUI. | ||||
| * | | | | | Merge pull request #1708 from MerryMage/dsp_dsp | 2016-04-27 | 3 | -59/+152 | |
| |\ \ \ \ \ | | | | | | | | | | | | | DSP Service: Cleanup | ||||
| | * | | | | | DSP_DSP: Fix log format strings and arguments | 2016-04-27 | 1 | -12/+20 | |
| | | | | | | | |||||
| | * | | | | | DSP_DSP: Add return IPC headers | 2016-04-27 | 2 | -4/+27 | |
| | | | | | | | |||||
| | * | | | | | DSP_DSP: Updated interrupt implementation | 2016-04-27 | 2 | -42/+106 | |
| | | | | | | | |||||
| | * | | | | | DSP_DSP: Remove unused variable | 2016-04-24 | 1 | -2/+0 | |
| | | | | | | | |||||
| * | | | | | | y2r_u: Cleanup some formatting. | 2016-04-26 | 1 | -52/+89 | |
| | | | | | | | |||||
| * | | | | | | Merge pull request #1447 from JamePeng/update-y2r-service | 2016-04-26 | 2 | -32/+357 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Update the code of service y2r! | ||||
| | * | | | | | | Update the code of service y2r! | 2016-04-20 | 2 | -32/+357 | |
| | | |_|/ / / | |/| | | | | |||||
| * | | | | | | am: title_id is long long uint | 2016-04-24 | 1 | -1/+1 | |
| | |/ / / / |/| | | | | |||||
| * | | | | | ncch: Use correct format specifier (for long long uint) | 2016-04-23 | 1 | -1/+1 | |
| | | | | | | |||||
| * | | | | | fs: Fix what appears to be a typo (filename_size / file_size) | 2016-04-23 | 1 | -1/+1 | |
| | | | | | | |||||
| * | | | | | gdbstub: Don't check if unsigned int is > 0 | 2016-04-23 | 1 | -2/+2 | |
| | |/ / / |/| | | | |||||
| * | | | | HWRasterizer: Texture forwarding | 2016-04-21 | 7 | -181/+348 | |
| | | | | | |||||
| * | | | | Config: Add scaled resolution option | 2016-04-21 | 2 | -1/+2 | |
| |/ / / | |||||
| * | | | Merge pull request #1612 from ObsidianX/get-set-sockopt | 2016-04-18 | 1 | -3/+97 | |
| |\ \ \ | |_|/ |/| | | SOC:U GetSockOpt/SetSockOpt | ||||
| | * | | Rework sockopt translation to match the error translation code already in place | 2016-04-01 | 1 | -22/+30 | |
| | | | | |||||
| | * | | Code style | 2016-03-30 | 1 | -2/+2 | |
| | | | | |||||
| | * | | Added GetSockOptName | 2016-03-30 | 1 | -15/+58 | |
| | | | | | | | | | | | | | Filter out and translate invalid sockopt names. | ||||
| | * | | Derp: win32: typedef int socklen_t; | 2016-03-29 | 1 | -4/+0 | |
| | | | | |||||
| | * | | But of course, Windows uses 'int' while Linux uses 'socklen_t' | 2016-03-29 | 1 | -0/+4 | |
| | | | | |||||
| | * | | Compiling on Windows now | 2016-03-29 | 1 | -3/+3 | |
| | | | | |||||
| | * | | Formatting... | 2016-03-29 | 1 | -1/+1 | |
| | | | | |||||