| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-03 | Dummy implementation dlp:SRVR Service. | exhalatio | |
| 2016-04-02 | Merge pull request #1619 from mailwl/cecd | bunnei | |
| cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle | |||
| 2016-04-01 | Rework sockopt translation to match the error translation code already in place | Ryan Loebs | |
| 2016-04-01 | Merge pull request #1390 from purpasmart96/citra_gsp_error_codes | bunnei | |
| GSP: Return proper error codes for register writes | |||
| 2016-04-01 | Avoid warnings by casting to size_t for ARRAY_SIZE() comparisons | Jannik Vogel | |
| 2016-03-31 | Merge pull request #1618 from MerryMage/one-step | Mathew Maidment | |
| Prevent cache overflow when single stepping | |||
| 2016-03-31 | Merge pull request #1419 from mailwl/branch-gsp | bunnei | |
| Add gsp functions: SetAxiConfigQoSMode, UnregisterInterruptRelayQueue | |||
| 2016-03-31 | remove debug code | LFsWang | |
| 2016-03-31 | cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle | mailwl | |
| 2016-03-31 | fix unicode url problem on windows | LFsWang | |
| 2016-03-31 | Fix encode problem On Windows | LFsWang | |
| 2016-03-31 | Add gsp functions: SetAxiConfigQoSMode, UnregisterInterruptRelayQueue | mailwl | |
| 2016-03-30 | GSP: Return proper error codes for register writes | purpasmart96 | |
| 2016-03-30 | Merge pull request #1572 from MerryMage/audio-filter | bunnei | |
| DSP: Implement audio filters (simple, biquad) | |||
| 2016-03-30 | Code style | Ryan Loebs | |
| 2016-03-30 | DynCom: Optimize single stepping | MerryMage | |
| 2016-03-30 | Added GetSockOptName | Ryan Loebs | |
| Filter out and translate invalid sockopt names. | |||
| 2016-03-29 | Derp: win32: typedef int socklen_t; | Ryan Loebs | |
| 2016-03-29 | But of course, Windows uses 'int' while Linux uses 'socklen_t' | Ryan Loebs | |
| 2016-03-29 | Compiling on Windows now | Ryan Loebs | |
| 2016-03-29 | Formatting... | Ryan Loebs | |
| 2016-03-29 | Addressing PR comments | Ryan Loebs | |
| 2016-03-28 | SOC Updates | Ryan Loebs | |
| -Implement GetSockOpt / SetSockOpt -Fix bug in RecvFrom where sending from localhost does not fill in src_addr/src_addr_len on Linux | |||
| 2016-03-28 | Add common methods to all cfg:* ports | Ryan Loebs | |
| 2016-03-28 | DSP: Implement audio filters (simple, biquad) | MerryMage | |
| 2016-03-28 | Compilation fix | LittleWhite | |
| 2016-03-27 | Merge pull request #1541 from LFsWang/path | bunnei | |
| Fix Qt string encode problem on Windows | |||
| 2016-03-27 | frd:u: Initial stub some functions | mailwl | |
| 2016-03-26 | use reference instead of pointer | wwylele | |
| 2016-03-26 | remove unnecessary const | wwylele | |
| 2016-03-25 | Merge pull request #1549 from wwylele/acc_gyro | bunnei | |
| hid: implement accelerometer and gyroscope back-end | |||
| 2016-03-25 | implement GyroscopeCalibrateParam | wwylele | |
| 2016-03-24 | Merge pull request #1566 from MerryMage/audio-codec | bunnei | |
| DSP: Implement audio codecs (PCM8, PCM16, ADPCM) | |||
| 2016-03-24 | DSP: Implement audio codecs (PCM8, PCM16, ADPCM) | MerryMage | |
| 2016-03-23 | Pica: Improve accuracy of immediate-mode support | Yuri Kunde Schlesner | |
| This partially fixes Etrian Odyssey IV. | |||
| 2016-03-23 | OpenGL: Don't attempt to draw empty triangle batches | Yuri Kunde Schlesner | |
| Our code did not handle this well, causing random crashes in some situations. | |||
| 2016-03-22 | Add more stuff to configure. | LittleWhite | |
| 2016-03-22 | implement accel and gyro backend | wwylele | |
| 2016-03-22 | Merge pull request #1508 from JayFoxRox/vs-output-map | bunnei | |
| Respect vs output map | |||
| 2016-03-22 | Merge pull request #1560 from lioncash/savedata | bunnei | |
| archive_extsavedata: Fix member initialization order | |||
| 2016-03-22 | Merge pull request #1563 from lioncash/lolfiq | bunnei | |
| armstate: Correct FIQ register banking | |||
| 2016-03-21 | armstate: Correct FIQ register banking | Lioncash | |
| FIQ has seven banked registers (R8 to R14), not two. | |||
| 2016-03-21 | Whole config is handled by Config class. | LittleWhite | |
| This also means : we have only one config file, now | |||
| 2016-03-21 | Add Configure widget | LittleWhite | |
| 2016-03-21 | Merge pull request #1559 from lioncash/vec | bunnei | |
| soc_u: Get rid of explicit delete and new | |||
| 2016-03-21 | session: Make helper functions constexpr | Lioncash | |
| 2016-03-21 | loader: Make MakeMagic constexpr | Lioncash | |
| 2016-03-21 | hle: Get rid of global access to g_reschedule | Lioncash | |
| This shouldn't be directly exposed if there's already a partial API that operates on it. We can just provide the rest of that API. | |||
| 2016-03-21 | archive_extsavedata: Fix member initialization order | Lioncash | |
| shared appears in the initializer list before mount_point | |||
| 2016-03-21 | soc_u: Get rid of explicit delete and new | Lioncash | |
