| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Merge pull request #2322 from MerryMage/ctx-mnu | 2016-12-16 | 10 | -4/+87 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | main: Open folder when open save folder location context menu is clicked | 2016-12-15 | 2 | -0/+20 | ||
| | * | | | | | | game_list: Implement context menu for items in list | 2016-12-15 | 3 | -4/+32 | ||
| | * | | | | | | loader: Implement ReadProgramId | 2016-12-15 | 3 | -0/+28 | ||
| | * | | | | | | archive_source_sd_savedata: Add static method to get a specific save data path | 2016-12-15 | 2 | -0/+7 | ||
| * | | | | | | | Kernel: remove object's waiting thread if it is dead | 2016-12-16 | 1 | -1/+2 | ||
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #2260 from Subv/scheduling | 2016-12-16 | 8 | -196/+211 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fixed the codestyle to match our clang-format rules. | 2016-12-14 | 4 | -28/+41 | ||
| | * | | | | | | Properly remove a thread from its wait_objects' waitlist when it is awoken by... | 2016-12-10 | 3 | -2/+11 | ||
| | * | | | | | | WaitSynch: Removed unused variables and reduced SharedPtr copies. | 2016-12-09 | 5 | -74/+57 | ||
| | * | | | | | | Use boost remove_erase_if instead of the erase-remove idiom | 2016-12-06 | 1 | -2/+3 | ||
| | * | | | | | | Improved the algorithm for GetHighestPriorityReadyThread. | 2016-12-06 | 1 | -14/+13 | ||
| | * | | | | | | Threading: Added some utility functions and const correctness. | 2016-12-04 | 4 | -16/+36 | ||
| | * | | | | | | Threading: Reworked the way our scheduler works. | 2016-12-03 | 8 | -190/+180 | ||
| * | | | | | | | Merge pull request #2316 from endrift/macos-gcc | 2016-12-16 | 1 | -0/+11 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Common: Fix gcc build on macOS | 2016-12-13 | 1 | -0/+11 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2328 from wwylele/fix-trace | 2016-12-15 | 1 | -11/+9 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | FS: fix debug build from #2249 | 2016-12-16 | 1 | -11/+9 | ||
| * | | | | | | | | Merge pull request #2332 from lioncash/gdb | 2016-12-15 | 5 | -16/+23 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | gdbstub: Remove global variable from public interface | 2016-12-15 | 5 | -16/+23 | ||
| * | | | | | | | | | Merge pull request #2320 from mailwl/cecd-update | 2016-12-15 | 8 | -13/+81 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Service/CECD: Add cecd:ndm service | 2016-12-15 | 8 | -13/+81 | ||
| | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2331 from lioncash/trunc | 2016-12-15 | 1 | -1/+2 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | hid: Get rid of a double -> float truncation warning | 2016-12-15 | 1 | -1/+2 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2330 from lioncash/pragma | 2016-12-15 | 3 | -0/+6 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | core: Add missing #pragma once directives where applicable | 2016-12-15 | 3 | -0/+6 | ||
| | |/ / / / / / / | ||||||
| * / / / / / / / | act: Fix docstring typo | 2016-12-15 | 1 | -1/+1 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #2325 from yuriks/fix-index | 2016-12-15 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | shader_jit_x64: Use LOOPCOUNT_REG as a 64-bit reg when indexing | 2016-12-15 | 1 | -1/+1 | ||
| * | | | | | | | | Merge pull request #2314 from mailwl/account | 2016-12-15 | 8 | -10/+44 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Service/ACT: move ACT services to folder | 2016-12-14 | 8 | -10/+44 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Memory: Always flush whole pages from surface cache | 2016-12-14 | 1 | -0/+10 | ||
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | VideoCore: Eliminate an unnecessary copy in the drawcall loop | 2016-12-14 | 3 | -5/+3 | ||
| * | | | | | | Merge pull request #2309 from yuriks/shader-jit-xbyak | 2016-12-14 | 6 | -224/+462 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | shader_jit_x64: Use Reg32 for LOOP* registers, eliminating casts | 2016-12-14 | 1 | -16/+16 | ||
| | * | | | | | | VideoCore: Convert x64 shader JIT to use Xbyak for assembly | 2016-12-14 | 6 | -224/+462 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #2249 from Subv/sessions_v3 | 2016-12-14 | 25 | -171/+591 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Fixed the codestyle to match our clang-format rules. | 2016-12-14 | 16 | -68/+108 | ||
| | * | | | | | Moved the HLE command buffer translation task to ServerSession instead of the... | 2016-12-09 | 6 | -47/+38 | ||
| | * | | | | | Kernel/IPC: Small codestyle cleanup | 2016-12-09 | 2 | -3/+1 | ||
| | * | | | | | Added a framework for partially handling Session disconnections. | 2016-12-08 | 8 | -9/+67 | ||
| | * | | | | | Use std::move where appropriate. | 2016-12-08 | 12 | -177/+187 | ||
| | * | | | | | Return an error code when connecting to a saturated port. | 2016-12-05 | 5 | -7/+20 | ||
| | * | | | | | HLE: Use a member variable instead of a virtual function to retrieve the max ... | 2016-12-05 | 5 | -8/+18 | ||
| | * | | | | | Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, Transl... | 2016-12-05 | 6 | -22/+59 | ||
| | * | | | | | Kernel: Remove the Redirection handle type. | 2016-12-05 | 1 | -2/+0 | ||
| | * | | | | | KServerPorts now have an HLE handler "template", which is inherited by all Se... | 2016-12-05 | 12 | -69/+86 | ||
| | * | | | | | Declare empty ServerSession and ClientSession constructors as default. | 2016-12-02 | 2 | -4/+4 | ||
| | * | | | | | Threads do not wait for the server endpoint to call AcceptSession before retu... | 2016-12-01 | 2 | -3/+5 | ||
| | * | | | | | Fixed the rebase mistakes. | 2016-11-30 | 11 | -83/+76 | ||