| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | frd:u: Initial stub some functions | 2016-03-27 | 6 | -55/+236 | ||
| * | | | | | | Merge pull request #1643 from MerryMage/make_unique | 2016-04-05 | 24 | -73/+46 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Common: Remove Common::make_unique, use std::make_unique | 2016-04-05 | 24 | -73/+46 | ||
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge pull request #1620 from LFsWang/path | 2016-04-04 | 6 | -33/+50 | ||
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | remove debug code | 2016-03-31 | 2 | -2/+2 | ||
| | * | | | | | fix unicode url problem on windows | 2016-03-31 | 1 | -6/+18 | ||
| | * | | | | | Fix encode problem On Windows | 2016-03-31 | 5 | -27/+32 | ||
| * | | | | | | OpenGL: Check for framebuffer completeness | 2016-04-03 | 1 | -0/+3 | ||
| * | | | | | | Merge pull request #1616 from exhalatio/dlp_dummy | 2016-04-03 | 6 | -0/+65 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Dummy implementation dlp:SRVR Service. | 2016-04-03 | 6 | -0/+65 | ||
| * | | | | | | | Merge pull request #1619 from mailwl/cecd | 2016-04-02 | 5 | -3/+56 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle | 2016-03-31 | 5 | -3/+56 | ||
| * | | | | | | | | Merge pull request #1390 from purpasmart96/citra_gsp_error_codes | 2016-04-01 | 3 | -80/+97 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | GSP: Return proper error codes for register writes | 2016-03-30 | 3 | -80/+97 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Avoid warnings by casting to size_t for ARRAY_SIZE() comparisons | 2016-04-01 | 1 | -6/+6 | ||
| * | | | | | | | | Merge pull request #1618 from MerryMage/one-step | 2016-03-31 | 1 | -26/+57 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | DynCom: Optimize single stepping | 2016-03-30 | 1 | -26/+57 | ||
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1419 from mailwl/branch-gsp | 2016-03-31 | 1 | -6/+41 | ||
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Add gsp functions: SetAxiConfigQoSMode, UnregisterInterruptRelayQueue | 2016-03-31 | 1 | -6/+41 | ||
| * | | | | | | | | Merge pull request #1572 from MerryMage/audio-filter | 2016-03-30 | 5 | -7/+275 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| | * | | | | | | | DSP: Implement audio filters (simple, biquad) | 2016-03-28 | 5 | -7/+275 | ||
| * | | | | | | | | Add common methods to all cfg:* ports | 2016-03-28 | 3 | -0/+21 | ||
| | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | | Compilation fix | 2016-03-28 | 1 | -1/+1 | ||
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #1541 from LFsWang/path | 2016-03-27 | 2 | -3/+3 | ||
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | Fix Qt chinese words encode problem on Windows | 2016-03-17 | 2 | -3/+3 | ||
| * | | | | | | use reference instead of pointer | 2016-03-26 | 1 | -9/+9 | ||
| * | | | | | | remove unnecessary const | 2016-03-26 | 1 | -2/+2 | ||
| * | | | | | | Merge pull request #1549 from wwylele/acc_gyro | 2016-03-25 | 5 | -23/+235 | ||
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | implement GyroscopeCalibrateParam | 2016-03-25 | 2 | -9/+20 | ||
| | * | | | | | implement accel and gyro backend | 2016-03-22 | 5 | -23/+224 | ||
| * | | | | | | Merge pull request #1566 from MerryMage/audio-codec | 2016-03-24 | 3 | -0/+174 | ||
| |\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| | * | | | | | DSP: Implement audio codecs (PCM8, PCM16, ADPCM) | 2016-03-24 | 3 | -0/+174 | ||
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Pica: Improve accuracy of immediate-mode support | 2016-03-23 | 5 | -29/+56 | ||
| * | | | | | OpenGL: Don't attempt to draw empty triangle batches | 2016-03-23 | 1 | -0/+3 | ||
| * | | | | | Merge pull request #1508 from JayFoxRox/vs-output-map | 2016-03-22 | 2 | -7/+19 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Respect vs output map | 2016-03-14 | 2 | -7/+19 | ||
| * | | | | | | Merge pull request #1560 from lioncash/savedata | 2016-03-22 | 1 | -1/+2 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | archive_extsavedata: Fix member initialization order | 2016-03-21 | 1 | -1/+2 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #1563 from lioncash/lolfiq | 2016-03-22 | 1 | -4/+3 | ||
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| | * | | | | | armstate: Correct FIQ register banking | 2016-03-21 | 1 | -4/+3 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1559 from lioncash/vec | 2016-03-21 | 1 | -8/+5 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | soc_u: Get rid of explicit delete and new | 2016-03-21 | 1 | -8/+5 | ||
| | |/ / / / | ||||||
| * | | | | | session: Make helper functions constexpr | 2016-03-21 | 1 | -6/+6 | ||
| * | | | | | loader: Make MakeMagic constexpr | 2016-03-21 | 1 | -1/+1 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #1302 from Subv/save_fix | 2016-03-20 | 24 | -143/+400 | ||
| |\ \ \ \ | ||||||
| | * | | | | HLE/FS: Change the error code returned when an ExtSaveData archive is not found. | 2016-03-20 | 5 | -33/+45 | ||
| | * | | | | HLE/FS: Corrected some style concerns. | 2016-03-20 | 8 | -14/+12 | ||
| | * | | | | HLE/FS: Fixed creating the config savefile when it doesn't exist. | 2016-03-20 | 1 | -1/+1 | ||
| | * | | | | HLE/FS: Implemented GetFormatInfo | 2016-03-20 | 19 | -62/+257 | ||
| | * | | | | HLE/FS: Don't return an error when deleting the ExtSaveData if it does not ex... | 2016-03-20 | 1 | -1/+1 | ||