| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | GetArchiveResource stub | 2016-03-12 | 1 | -1/+25 | ||
| * | | | | | | Merge pull request #1535 from JayFoxRox/fix-align | 2016-03-17 | 1 | -6/+6 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | PICA: Alignment happens locally in vertex | 2016-03-17 | 1 | -6/+6 | ||
| * | | | | | | | Merge pull request #1539 from lioncash/const | 2016-03-17 | 3 | -18/+19 | ||
| |\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| | * | | | | | | video_core: Don't cast away const | 2016-03-17 | 3 | -18/+19 | ||
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge pull request #1466 from LittleWhite-tb/gamelist-update-recent | 2016-03-16 | 2 | -5/+4 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Register ROM started through the gamelist in the list of ROM recently started | 2016-03-16 | 2 | -5/+4 | ||
| * | | | | | | Merge pull request #1537 from lioncash/const | 2016-03-16 | 3 | -12/+12 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | core/video_core: Make NumIds functions constexpr | 2016-03-17 | 3 | -3/+3 | ||
| | * | | | | | core/video_core: Don't cast away const in subscript operators | 2016-03-17 | 3 | -9/+9 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1519 from JayFoxRox/vp-offset-fix | 2016-03-16 | 1 | -2/+2 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | PICA: Fix viewport offset | 2016-03-14 | 1 | -2/+2 | ||
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge pull request #1503 from bunnei/clear-jit-cache | 2016-03-16 | 3 | -7/+27 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | shader_jit_x64: Clear cache after code space fills up. | 2016-03-12 | 3 | -2/+19 | ||
| | * | | | | | shader_jit_x64: Make assert outputs more useful & cleanup formatting. | 2016-03-12 | 1 | -4/+7 | ||
| | * | | | | | shader: Update log message to use proper log class. | 2016-03-12 | 1 | -1/+1 | ||
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #1479 from JayFoxRox/mad-encoding | 2016-03-16 | 4 | -31/+43 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | PICA: Fix MAD/MADI encoding | 2016-03-15 | 3 | -31/+43 | ||
| | * | | | | | Update nihstro to latest master | 2016-03-15 | 1 | -0/+0 | ||
| * | | | | | | Merge pull request #1526 from bunnei/sdl-rgb8 | 2016-03-15 | 1 | -0/+4 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | SDL2: Explicitly use RGB8 color buffer. | 2016-03-14 | 1 | -0/+4 | ||
| * | | | | | | Merge pull request #1528 from MerryMage/citra-shutdown | 2016-03-15 | 1 | -8/+6 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | citra: Shutdown cleanly if ROM load fails | 2016-03-15 | 1 | -8/+6 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1409 from JamePeng/Reorganize-NDM | 2016-03-14 | 8 | -26/+124 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Reorganize the ndm service path for dummy implement function | 2016-03-15 | 8 | -26/+124 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #1509 from lioncash/noncopy | 2016-03-13 | 1 | -3/+3 | ||
| |\ \ \ \ | ||||||
| | * | | | | common_types: Make NonCopyable constructor constexpr | 2016-03-12 | 1 | -1/+1 | ||
| | * | | | | common_types: Specify const in deleted copy constructor/assignment operator | 2016-03-12 | 1 | -2/+2 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #1510 from wwylele/fix_pad | 2016-03-13 | 1 | -1/+1 | ||
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | hid: fix pad update | 2016-03-13 | 1 | -1/+1 | ||
| |/ / / | ||||||
| * | | | Merge pull request #1496 from JayFoxRox/align-attribs | 2016-03-12 | 3 | -1/+28 | ||
| |\ \ \ | ||||||
| | * | | | PICA: Align vertex attributes | 2016-03-13 | 3 | -1/+28 | ||
| |/ / / | ||||||
| * | | | Merge pull request #1506 from lioncash/enum | 2016-03-12 | 15 | -39/+30 | ||
| |\ \ \ | |/ / |/| | | ||||||
| | * | | svc: Move ResetType enum to the kernel event header | 2016-03-12 | 10 | -16/+17 | ||
| | * | | svc: Remove unused ArbitrationType enum | 2016-03-12 | 1 | -9/+0 | ||
| | * | | svc: Make ResetType an enum class | 2016-03-12 | 11 | -24/+23 | ||
| |/ / | ||||||
| * | | Merge pull request #1266 from Subv/miiapplet | 2016-03-12 | 7 | -2/+156 | ||
| |\ \ | ||||||
| | * | | HLE/Applets: Implemented a dummy Mii Selector applet. | 2016-03-12 | 7 | -2/+156 | ||
| * | | | Merge pull request #1500 from lioncash/nullptr | 2016-03-12 | 1 | -1/+1 | ||
| |\ \ \ | ||||||
| | * | | | gsp_gpu: Change 0 literal to nullptr | 2016-03-11 | 1 | -1/+1 | ||
| * | | | | Merge pull request #1499 from lioncash/services | 2016-03-11 | 4 | -1/+16 | ||
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | hle: Update service function tables | 2016-03-11 | 4 | -1/+16 | ||
| |/ / / | ||||||
| * | | | Merge pull request #1476 from lioncash/emit | 2016-03-10 | 1 | -59/+54 | ||
| |\ \ \ | ||||||
| | * | | | emitter: templatize ImmPtr | 2016-03-09 | 1 | -2/+6 | ||
| | * | | | emitter: constexpr-ify helper functions | 2016-03-09 | 1 | -19/+17 | ||
| | * | | | emitter: Get rid of CanDoOpWith | 2016-03-09 | 1 | -7/+0 | ||
| | * | | | emitter: constexpr-ify OpArg | 2016-03-09 | 1 | -30/+30 | ||
| | * | | | emitter: friend class OpArg with XEmitter | 2016-03-09 | 1 | -3/+4 | ||
| | * | | | emitter: Remove unimplemented prototype | 2016-03-09 | 1 | -1/+0 | ||
| * | | | | Merge pull request #1475 from lioncash/align | 2016-03-09 | 2 | -13/+5 | ||
| |\ \ \ \ | ||||||