summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-04-06Adopted WinterMute's gdbstub changespolaris-
This fixes the comments left on the PR (whitespace, SO_REUSEADDR, comment changes).
2016-04-05Merge pull request #1435 from mailwl/frd_ubunnei
frd:u: Initial stub some functions
2016-04-05Merge pull request #1643 from MerryMage/make_uniqueMathew Maidment
Common: Remove Common::make_unique, use std::make_unique
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage
2016-04-04Merge pull request #1620 from LFsWang/pathbunnei
Fix filename&path encode problem on Windows
2016-04-03OpenGL: Check for framebuffer completenessJannik Vogel
2016-04-03Merge pull request #1616 from exhalatio/dlp_dummybunnei
Dummy implementation dlp:SRVR Service.
2016-04-03Dummy implementation dlp:SRVR Service.exhalatio
2016-04-02Merge pull request #1619 from mailwl/cecdbunnei
cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle
2016-04-01Merge pull request #1390 from purpasmart96/citra_gsp_error_codesbunnei
GSP: Return proper error codes for register writes
2016-04-01Avoid warnings by casting to size_t for ARRAY_SIZE() comparisonsJannik Vogel
2016-03-31Merge pull request #1618 from MerryMage/one-stepMathew Maidment
Prevent cache overflow when single stepping
2016-03-31Merge pull request #1419 from mailwl/branch-gspbunnei
Add gsp functions: SetAxiConfigQoSMode, UnregisterInterruptRelayQueue
2016-03-31remove debug codeLFsWang
2016-03-31cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandlemailwl
2016-03-31fix unicode url problem on windowsLFsWang
2016-03-31Fix encode problem On WindowsLFsWang
2016-03-31Add gsp functions: SetAxiConfigQoSMode, UnregisterInterruptRelayQueuemailwl
2016-03-30GSP: Return proper error codes for register writespurpasmart96
2016-03-30Merge pull request #1572 from MerryMage/audio-filterbunnei
DSP: Implement audio filters (simple, biquad)
2016-03-30DynCom: Optimize single steppingMerryMage
2016-03-28Add common methods to all cfg:* portsRyan Loebs
2016-03-28DSP: Implement audio filters (simple, biquad)MerryMage
2016-03-28Compilation fixLittleWhite
2016-03-27Merge pull request #1541 from LFsWang/pathbunnei
Fix Qt string encode problem on Windows
2016-03-27frd:u: Initial stub some functionsmailwl
2016-03-26use reference instead of pointerwwylele
2016-03-26remove unnecessary constwwylele
2016-03-25Merge pull request #1549 from wwylele/acc_gyrobunnei
hid: implement accelerometer and gyroscope back-end
2016-03-25implement GyroscopeCalibrateParamwwylele
2016-03-24Merge pull request #1566 from MerryMage/audio-codecbunnei
DSP: Implement audio codecs (PCM8, PCM16, ADPCM)
2016-03-24DSP: Implement audio codecs (PCM8, PCM16, ADPCM)MerryMage
2016-03-23Pica: Improve accuracy of immediate-mode supportYuri Kunde Schlesner
This partially fixes Etrian Odyssey IV.
2016-03-23OpenGL: Don't attempt to draw empty triangle batchesYuri Kunde Schlesner
Our code did not handle this well, causing random crashes in some situations.
2016-03-22implement accel and gyro backendwwylele
2016-03-22Merge pull request #1508 from JayFoxRox/vs-output-mapbunnei
Respect vs output map
2016-03-22Merge pull request #1560 from lioncash/savedatabunnei
archive_extsavedata: Fix member initialization order
2016-03-22Merge pull request #1563 from lioncash/lolfiqbunnei
armstate: Correct FIQ register banking
2016-03-21armstate: Correct FIQ register bankingLioncash
FIQ has seven banked registers (R8 to R14), not two.
2016-03-21Merge pull request #1559 from lioncash/vecbunnei
soc_u: Get rid of explicit delete and new
2016-03-21session: Make helper functions constexprLioncash
2016-03-21loader: Make MakeMagic constexprLioncash
2016-03-21archive_extsavedata: Fix member initialization orderLioncash
shared appears in the initializer list before mount_point
2016-03-21soc_u: Get rid of explicit delete and newLioncash
2016-03-20Merge pull request #1302 from Subv/save_fixbunnei
HLE/FS: Fixed many corner cases in our file handling
2016-03-20HLE/FS: Change the error code returned when an ExtSaveData archive is not found.Subv
This allows Fire Emblem to boot again.
2016-03-20HLE/FS: Corrected some style concerns.Subv
2016-03-20HLE/FS: Fixed creating the config savefile when it doesn't exist.Subv
This fixes a regression.
2016-03-20HLE/FS: Implemented GetFormatInfoSubv
Format information is currently only implemented for the ExtSaveData, SharedExtSaveData and SaveData archives, the information is stored in a file alongside the root folder of the archive.
2016-03-20HLE/FS: Don't return an error when deleting the ExtSaveData if it does not ↵Subv
exist.