| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | Loader: Split SMDH into its own header and import helpers from QGameList | 2016-05-21 | 5 | -89/+149 | ||
| | * | | | | | | | | | | CitraQt: Simplify the game list loader code | 2016-05-21 | 5 | -34/+18 | ||
| | * | | | | | | | | | | Loader: Add a GetFileType method to get the type of a loaded file | 2016-05-21 | 4 | -0/+30 | ||
| | * | | | | | | | | | | Loader, Frontends: Refactor loader creation and game loading | 2016-05-21 | 6 | -49/+37 | ||
| | | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | New3DS: Minor style cleanup to #1520. | 2016-05-24 | 4 | -6/+6 | ||
| * | | | | | | | | | | Merge pull request #1520 from JamePeng/checknew3ds | 2016-05-24 | 11 | -14/+145 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Implement CheckNew3DS and CheckNew3DSApp | 2016-04-20 | 11 | -14/+145 | ||
| * | | | | | | | | | | | Merge pull request #1733 from lioncash/vert_loader | 2016-05-23 | 3 | -11/+23 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | vertex_loader: Correct forward declaration of InputVertex | 2016-05-08 | 1 | -1/+1 | ||
| | * | | | | | | | | | | vertex_loader: Provide an assertion for ensuring the loader has been setup | 2016-05-08 | 2 | -0/+7 | ||
| | * | | | | | | | | | | vertex_loader: Add constructors to facilitate immediate and two-step initiali... | 2016-05-08 | 2 | -2/+6 | ||
| | * | | | | | | | | | | vertex_loader: initialize_num_total_attributes. | 2016-05-08 | 1 | -1/+1 | ||
| | * | | | | | | | | | | vertex_loader: Use std::array instead of raw C arrays | 2016-05-08 | 1 | -6/+7 | ||
| | * | | | | | | | | | | vertex_loader: Correct header ordering | 2016-05-08 | 1 | -1/+1 | ||
| * | | | | | | | | | | | Merge pull request #1837 from wwylele/sync-trap | 2016-05-22 | 1 | -2/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | SVC::WaitSynchronizationN: Reschedule at the end | 2016-05-21 | 1 | -2/+3 | ||
| * | | | | | | | | | | | Appveyor: Restore working directory after test_script (#1835) | 2016-05-21 | 1 | -1/+1 | ||
| | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #1564 from MerryMage/this-is-only-a-test | 2016-05-21 | 8 | -2/+47 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Tests: Run tests on CI | 2016-05-19 | 4 | -2/+16 | ||
| | * | | | | | | | | | | tests: Infrastructure for unit tests | 2016-05-19 | 6 | -0/+31 | ||
| | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #1816 from JayFoxRox/refactor-tev-dump | 2016-05-20 | 2 | -91/+114 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Refactor Tev stage dumper | 2016-05-21 | 2 | -115/+114 | ||
| | * | | | | | | | | | | Extend Tev stage dumper | 2016-05-21 | 1 | -14/+38 | ||
| |/ / / / / / / / / / | ||||||
| * | / / / / / / / / | Config: Restore previously selected audio sink option (#1824) | 2016-05-20 | 1 | -3/+3 | ||
| | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1797 from MerryMage/audio-mixer | 2016-05-19 | 5 | -10/+317 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | DSP/HLE: Audio output | 2016-05-19 | 1 | -0/+7 | ||
| | * | | | | | | | | | DSP/HLE: Implement mixer processing | 2016-05-19 | 5 | -11/+311 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #1785 from MerryMage/mp-dpi | 2016-05-18 | 1 | -4/+12 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Microprofile: DPI-aware drawing | 2016-05-12 | 1 | -4/+12 | ||
| * | | | | | | | | | | Config: Audio sink configuration (#1798) | 2016-05-18 | 6 | -0/+134 | ||
| | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1814 from JayFoxRox/fix-read-after-write | 2016-05-18 | 1 | -4/+8 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Fix read-after-write in SMUAD, SMLAD, SMUSD, SMLSD | 2016-05-18 | 1 | -4/+8 | ||
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Update ACT:U and create ACT:A (#1809) | 2016-05-17 | 5 | -0/+56 | ||
| * | | | | | | | | | Merge pull request #1800 from JayFoxRox/set-fpscr | 2016-05-17 | 3 | -0/+6 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Set fpscr for new threads | 2016-05-17 | 3 | -0/+6 | ||
| * | | | | | | | | | | Merge pull request #1786 from JayFoxRox/blend-equation | 2016-05-16 | 4 | -0/+31 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | OpenGL: Support blend equation | 2016-05-12 | 4 | -0/+31 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1787 from JayFoxRox/refactor-jit | 2016-05-16 | 6 | -32/+50 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Use new shader-jit signature for interpreter | 2016-05-13 | 3 | -8/+8 | ||
| | * | | | | | | | | Refactor access to state in shader-jit | 2016-05-13 | 4 | -24/+42 | ||
| * | | | | | | | | | Merge pull request #1792 from JayFoxRox/avoid-uninitialised | 2016-05-15 | 2 | -11/+24 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | OpenGL: Only update depth uniforms if the depth changed | 2016-05-14 | 2 | -9/+22 | ||
| | * | | | | | | | | | OpenGL: value-initialize variables which cause uninitialised access otherwise | 2016-05-14 | 1 | -2/+2 | ||
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | DSP_DSP: Remove GetHeadphoneStatus logspam (#1799) | 2016-05-15 | 1 | -2/+2 | ||
| | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | | AudioCore: Implement time stretcher (#1737) | 2016-05-14 | 4 | -0/+219 | ||
| * | | | | | | | | Merge pull request #1794 from Subv/regression_fix | 2016-05-14 | 1 | -0/+3 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Memory: Fixed a regression caused by #1695 and #1689. | 2016-05-14 | 1 | -0/+3 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #1689 from Subv/shmem | 2016-05-13 | 18 | -128/+417 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | HLE/Applets: Give each applet its own block of heap memory, and use that when... | 2016-05-12 | 5 | -5/+44 | ||
| | * | | | | | | | Kernel: Account for automatically-allocated shared memories in the amount of ... | 2016-05-12 | 1 | -0/+5 | ||