| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | configure_system: Make public slots private | 2018-10-25 | 1 | -7/+5 | ||
| * | | | | | | | | | Merge pull request #1557 from bunnei/ldr_ro | 2018-10-25 | 6 | -9/+101 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | ldr: Partially implement LoadNro. | 2018-10-25 | 1 | -3/+49 | ||
| | * | | | | | | | | process: LoadModule should clear JIT instruction cache. | 2018-10-25 | 1 | -0/+6 | ||
| | * | | | | | | | | Kernel/Memory: Added a function to first a suitable guest address at which to... | 2018-10-25 | 2 | -0/+28 | ||
| | * | | | | | | | | nro: Make LoadNro method accessible outside of apploader code. | 2018-10-25 | 2 | -6/+18 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1583 from DarkLordZach/rle-size | 2018-10-25 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | ips_layer: Use rle_size instead of data_size in RLE patch application | 2018-10-25 | 1 | -1/+1 | ||
| * | | | | | | | | Merge pull request #1584 from FearlessTobi/patch-3 | 2018-10-25 | 1 | -0/+0 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Delete git | 2018-10-25 | 1 | -0/+0 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #1579 from lioncash/usb | 2018-10-25 | 1 | -21/+22 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | service/usb: Update service function tables | 2018-10-24 | 1 | -21/+22 | ||
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1576 from lioncash/acc-warn | 2018-10-25 | 1 | -25/+27 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | service/acc: Move fallback image to file scope | 2018-10-24 | 1 | -14/+13 | ||
| | * | | | | | | | service/acc: Silence compiler warnings | 2018-10-24 | 1 | -5/+8 | ||
| | * | | | | | | | service/acc: Early return in failure case in LoadImage() | 2018-10-24 | 1 | -8/+8 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1577 from lioncash/err | 2018-10-25 | 5 | -34/+16 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | kernel/errors: Remove now-unused, unnecessary, error codes | 2018-10-24 | 2 | -13/+0 | ||
| | * | | | | | | | kernel/shared_memory: Return ERR_INVALID_MEMORY_PERMISSIONS instead of ERR_IN... | 2018-10-24 | 1 | -4/+3 | ||
| | * | | | | | | | kernel/server_port: Simplify emptiness check within ShouldWait() | 2018-10-24 | 1 | -1/+1 | ||
| | * | | | | | | | kernel/server_port: Change error case return value in Accept() to ERR_NOT_FOUND | 2018-10-24 | 2 | -3/+1 | ||
| | * | | | | | | | kernel/error: Remove leftover 3DS error codes | 2018-10-24 | 1 | -5/+0 | ||
| | * | | | | | | | kernel/svc: Amend returned error code for invalid priorities in CreateThread | 2018-10-24 | 1 | -1/+1 | ||
| | * | | | | | | | kernel/svc: Move and correct returned error code for invalid thread prioritie... | 2018-10-24 | 1 | -5/+6 | ||
| | * | | | | | | | kernel/error: Add error code for invalid pointers | 2018-10-24 | 1 | -1/+1 | ||
| | * | | | | | | | kernel/error: Add error code for closed sessions | 2018-10-24 | 1 | -1/+3 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1524 from FernandoS27/layers-fix | 2018-10-25 | 3 | -72/+109 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fixed Layered Textures Loading and Cubemaps | 2018-10-23 | 3 | -72/+109 | ||
| * | | | | | | | | Merge pull request #1575 from lioncash/qstring | 2018-10-24 | 1 | -4/+9 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | game_list_worker: Use QString's formatting instead of fmt in FormatPatchNameV... | 2018-10-24 | 1 | -4/+9 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1570 from lioncash/optional | 2018-10-24 | 5 | -48/+53 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | profile_manager: Use std::optional instead of boost::optional | 2018-10-24 | 5 | -48/+53 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1558 from lioncash/ptr | 2018-10-24 | 2 | -13/+14 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| | * | | | | | | | yuzu/configuration/config: Use a std::unique_ptr for qt_config instead of a r... | 2018-10-24 | 2 | -8/+8 | ||
| | * | | | | | | | yuzu/configuration/config: Reorganize member variable and function layout | 2018-10-23 | 1 | -6/+7 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1565 from lioncash/audio | 2018-10-24 | 2 | -3/+1 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | time_stretch: Remove unused m_channel_count member variable | 2018-10-24 | 2 | -3/+1 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1554 from FernandoS27/pointsize | 2018-10-24 | 3 | -5/+28 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Implement PointSize | 2018-10-23 | 3 | -5/+28 | ||
| * | | | | | | | | Merge pull request #1571 from lioncash/debug-translate | 2018-10-24 | 2 | -15/+20 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | graphic_breakpoints: Correct translation of strings in BreakpointModel's data... | 2018-10-24 | 2 | -15/+20 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1564 from lioncash/npad | 2018-10-24 | 1 | -2/+3 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | npad: Remove unused controller variable from OnInit() | 2018-10-24 | 1 | -2/+3 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1568 from lioncash/dir | 2018-10-24 | 1 | -4/+3 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | game_list: Use QFileInfo instead of common's file functions | 2018-10-24 | 1 | -4/+3 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1567 from lioncash/translate | 2018-10-24 | 1 | -5/+5 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | game_list: Make game list column headers translatable | 2018-10-24 | 1 | -5/+5 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1566 from lioncash/str | 2018-10-24 | 1 | -4/+2 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | bootmanager: Use QStringLiteral instead of std::string to represent the windo... | 2018-10-24 | 1 | -4/+2 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1563 from lioncash/frame | 2018-10-24 | 1 | -4/+0 | ||
| |\ \ \ \ \ \ \ \ | ||||||