aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-30Code styleRyan Loebs
2016-03-30DynCom: Optimize single steppingMerryMage
2016-03-30Added GetSockOptNameRyan Loebs
Filter out and translate invalid sockopt names.
2016-03-29Derp: win32: typedef int socklen_t;Ryan Loebs
2016-03-29But of course, Windows uses 'int' while Linux uses 'socklen_t'Ryan Loebs
2016-03-29Compiling on Windows nowRyan Loebs
2016-03-29Formatting...Ryan Loebs
2016-03-29Addressing PR commentsRyan Loebs
2016-03-28SOC UpdatesRyan 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-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-22Add more stuff to configure.LittleWhite
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-21Whole config is handled by Config class.LittleWhite
This also means : we have only one config file, now
2016-03-21Add Configure widgetLittleWhite
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-21hle: Get rid of global access to g_rescheduleLioncash
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-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.
2016-03-20HLE/FS: Return the proper error codes when opening files.Subv
2016-03-20HLE/FS: Fixed the OpenDirectory error codeSubv