| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | kernel/handle_table: Restrict handle table size to 1024 entries | 2018-11-21 | 1 | -5/+2 | ||
| | * | | | | | | | | | | | kernel/handle_table: Default destructor in the cpp file | 2018-11-21 | 2 | -0/+3 | ||
| | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #1753 from FernandoS27/ufbtype | 2018-11-21 | 2 | -0/+8 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Use default values for unknown framebuffer pixel format | 2018-11-21 | 2 | -0/+8 | ||
| | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #1752 from ReinUsesLisp/unimpl-decompiler | 2018-11-21 | 1 | -371/+258 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | gl_shader_decompiler: Use UNIMPLEMENTED instead of LOG+UNREACHABLE when appli... | 2018-11-20 | 1 | -371/+258 | ||
| * | | | | | | | | | | | | Merge pull request #1742 from lioncash/hle-swkbd | 2018-11-21 | 5 | -44/+63 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | am/applets: Make the applet data broker part of the applet itself. | 2018-11-20 | 5 | -31/+36 | ||
| | * | | | | | | | | | | | am/applets: Replace includes with forward declarations where applicable | 2018-11-20 | 2 | -2/+9 | ||
| | * | | | | | | | | | | | am/applets: Relocate comments above the relevant data member in AppletDataBroker | 2018-11-20 | 1 | -11/+18 | ||
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #1754 from ReinUsesLisp/zero-register | 2018-11-21 | 1 | -2/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | gl_shader_decompiler: Remove UNREACHABLE when setting RZ | 2018-11-20 | 1 | -2/+1 | ||
| * | | | | | | | | | | | | Merge pull request #1758 from lioncash/rect | 2018-11-21 | 1 | -11/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | common/math_util: Simplify std::make_signed usages to std::make_signed_t | 2018-11-21 | 1 | -2/+2 | ||
| | * | | | | | | | | | | | | common/math_util: Make Rectangle's constructors constexpr | 2018-11-21 | 1 | -2/+2 | ||
| | * | | | | | | | | | | | | common/math_util: Remove unnecessary static from PI | 2018-11-21 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | | common/math_util: Remove unused IntervalsIntersect() function | 2018-11-21 | 1 | -6/+0 | ||
| | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
| * / | | | | | | | | | | | common: Remove dependency on xbyak | 2018-11-21 | 3 | -274/+0 | ||
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #1751 from bunnei/color-mask-fix | 2018-11-20 | 1 | -0/+9 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | maxwell_3d: Initialize rasterizer color mask registers as enabled. | 2018-11-20 | 1 | -0/+9 | ||
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * / | | | | | | | | | am: Correct build failure | 2018-11-20 | 1 | -2/+2 | ||
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #1734 from lioncash/shared | 2018-11-20 | 3 | -29/+45 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | kernel/shared_memory: Make Map() and Unmap() take the target process by refer... | 2018-11-19 | 3 | -12/+12 | ||
| | * | | | | | | | | | kernel/shared_memory: Add a const qualified member function overload for GetP... | 2018-11-19 | 2 | -1/+12 | ||
| | * | | | | | | | | | kernel/shared_memory: Use 64-bit types for offset and size in CreateForApplet | 2018-11-19 | 2 | -2/+2 | ||
| | * | | | | | | | | | kernel/shared_memory: Make GetPointer() take a std::size_t instead of a u32 | 2018-11-19 | 2 | -2/+2 | ||
| | * | | | | | | | | | kernel/shared_memory: Make data members private | 2018-11-19 | 1 | -12/+17 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1733 from lioncash/ldr | 2018-11-20 | 1 | -29/+12 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | ldr: Clean up error codes | 2018-11-19 | 1 | -29/+12 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #1746 from lioncash/random | 2018-11-20 | 2 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | kernel/process: Move <random> include to the cpp file | 2018-11-20 | 2 | -1/+1 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1748 from lioncash/assert | 2018-11-20 | 1 | -1/+4 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | common/assert: Add UNIMPLEMENTED_IF and UNIMPLEMENTED_IF_MSG for conditional ... | 2018-11-20 | 1 | -0/+3 | ||
| | * | | | | | | | | | common/assert: Make the UNIMPLEMENTED macro properly assert | 2018-11-20 | 1 | -1/+1 | ||
| | |/ / / / / / / / | ||||||
| * / / / / / / / / | file_sys/card_image: Provide named members for the GamecardInfo struct | 2018-11-20 | 1 | -1/+12 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1667 from DarkLordZach/swkbd | 2018-11-20 | 19 | -106/+1133 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | software_keyboard: Fix erroneous extra PushNormalData | 2018-11-19 | 1 | -3/+2 | ||
| | * | | | | | | | | software_keyboard: Return correct result code on user cancel operation | 2018-11-19 | 3 | -5/+1 | ||
| | * | | | | | | | | applet: Add AppletDataBroker to manage HLE to AM service interaction | 2018-11-19 | 5 | -104/+194 | ||
| | * | | | | | | | | software_keyboard: Use correct offset for inital text string | 2018-11-19 | 1 | -1/+2 | ||
| | * | | | | | | | | software_keyboard: Check for UTF-8 config flag | 2018-11-18 | 2 | -9/+23 | ||
| | * | | | | | | | | software_keyboard: Add max and current length display to dialog | 2018-11-18 | 2 | -1/+11 | ||
| | * | | | | | | | | software_keyboard: Push all data over all channels on dialog completion | 2018-11-18 | 1 | -18/+26 | ||
| | * | | | | | | | | applet: Use std::queue instead of std::vector for storage stack | 2018-11-18 | 5 | -18/+44 | ||
| | * | | | | | | | | applet: Add operation completed callback | 2018-11-18 | 8 | -9/+34 | ||
| | * | | | | | | | | software_keyboard: Push buffer size to offset 0x4 in output data | 2018-11-18 | 4 | -18/+39 | ||
| | * | | | | | | | | software_keyboard: Make GetText asynchronous | 2018-11-18 | 9 | -29/+64 | ||
| | * | | | | | | | | am: Allow applets to push multiple and different channels of data | 2018-11-18 | 10 | -64/+62 | ||
| | * | | | | | | | | am: Implement ILibraryAppletAccessor IsCompleted and GetResult | 2018-11-18 | 2 | -4/+9 | ||
| | * | | | | | | | | am: Implement text check software keyboard mode | 2018-11-18 | 6 | -14/+120 | ||