Commit Graph

3512 Commits (fdd7e9e86aba614b20d1773112c43c094f668803)
 

Author SHA1 Message Date
Jannik Vogel c26b141407 Avoid warnings by casting to size_t for ARRAY_SIZE() comparisons 9 years ago
Mathew Maidment 80c16961ae Merge pull request #1618 from MerryMage/one-step
Prevent cache overflow when single stepping
9 years ago
bunnei 67c982be1b Merge pull request #1419 from mailwl/branch-gsp
Add gsp functions: SetAxiConfigQoSMode, UnregisterInterruptRelayQueue
9 years ago
LFsWang 87afef73b1 remove debug code 9 years ago
mailwl cb8e85a37d cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle 9 years ago
LFsWang be01912539 fix unicode url problem on windows 9 years ago
LFsWang acfa76aa38 Fix encode problem On Windows 9 years ago
mailwl f7619a9a19 Add gsp functions: SetAxiConfigQoSMode, UnregisterInterruptRelayQueue 9 years ago
purpasmart96 abe5c6efec GSP: Return proper error codes for register writes 9 years ago
bunnei 644fbbeb13 Merge pull request #1572 from MerryMage/audio-filter
DSP: Implement audio filters (simple, biquad)
9 years ago
Ryan Loebs 2faafff1b9 Code style 9 years ago
MerryMage cbba0bec7c DynCom: Optimize single stepping 9 years ago
Ryan Loebs b1f89408dd Added GetSockOptName
Filter out and translate invalid sockopt names.
9 years ago
Ryan Loebs 0a7d53692a Derp: win32: typedef int socklen_t; 9 years ago
Ryan Loebs 64815a8b16 But of course, Windows uses 'int' while Linux uses 'socklen_t' 9 years ago
Ryan Loebs b8422b24bd Compiling on Windows now 9 years ago
bunnei 7e2c0c5371 Merge pull request #1611 from ObsidianX/cfg-common-fix
Add common methods to all cfg:* ports
9 years ago
Ryan Loebs aa5bb3b997 Formatting... 9 years ago
Ryan Loebs 65883d9327 Addressing PR comments 9 years ago
Ryan Loebs 91dbebbcc5 SOC Updates
-Implement GetSockOpt / SetSockOpt
-Fix bug in RecvFrom where sending from localhost
 does not fill in src_addr/src_addr_len on Linux
9 years ago
Ryan Loebs 1ce8cb148c Add common methods to all cfg:* ports 9 years ago
MerryMage 2a99464ef1 DSP: Implement audio filters (simple, biquad) 9 years ago
bunnei 2bc88032e2 Merge pull request #1589 from LittleWhite-tb/compil-fix
Compilation fix
9 years ago
LittleWhite b0e2e1d3f5 Compilation fix 9 years ago
bunnei e815e4a6aa Merge pull request #1541 from LFsWang/path
Fix Qt string encode problem on Windows
9 years ago
mailwl 81d988b022 frd:u: Initial stub some functions 9 years ago
bunnei e366f60cff Merge pull request #1573 from wwylele/input_fix
Remove unnecessary const & replace pointer with reference
9 years ago
wwylele aeb29a1a60 use reference instead of pointer 9 years ago
wwylele 6bd5f98272 remove unnecessary const 9 years ago
bunnei 39da819b55 Merge pull request #1549 from wwylele/acc_gyro
hid: implement accelerometer and gyroscope back-end
9 years ago
wwylele 1d2070d0d3 implement GyroscopeCalibrateParam 9 years ago
bunnei b25605e20f Merge pull request #1566 from MerryMage/audio-codec
DSP: Implement audio codecs (PCM8, PCM16, ADPCM)
9 years ago
MerryMage efd1c3f8c3 DSP: Implement audio codecs (PCM8, PCM16, ADPCM) 9 years ago
Yuri Kunde Schlesner a950188c11 Merge pull request #1461 from yuriks/imm-mode2
Immediate-mode improvements
9 years ago
Yuri Kunde Schlesner 81004211dd Pica: Improve accuracy of immediate-mode support
This partially fixes Etrian Odyssey IV.
9 years ago
Yuri Kunde Schlesner 0c447e0a06 OpenGL: Don't attempt to draw empty triangle batches
Our code did not handle this well, causing random crashes in some
situations.
9 years ago
bunnei 0a1c73e396 Merge pull request #1517 from Lectem/fixSDLcmake
fix SDL2 detection for Visual
9 years ago
LittleWhite 3eb737a5f5 Add more stuff to configure. 9 years ago
wwylele db151efd0a implement accel and gyro backend 9 years ago
bunnei ebbba0d381 Merge pull request #1508 from JayFoxRox/vs-output-map
Respect vs output map
9 years ago
bunnei 85edb851b0 Merge pull request #1560 from lioncash/savedata
archive_extsavedata: Fix member initialization order
9 years ago
bunnei e16899783d Merge pull request #1563 from lioncash/lolfiq
armstate: Correct FIQ register banking
9 years ago
Lioncash d53c9cde1a armstate: Correct FIQ register banking
FIQ has seven banked registers (R8 to R14), not two.
9 years ago
LittleWhite e33b938505 Whole config is handled by Config class.
This also means : we have only one config file, now
9 years ago
LittleWhite 426c4a2a5b Add Configure widget 9 years ago
bunnei 446d7c7e55 Merge pull request #1559 from lioncash/vec
soc_u: Get rid of explicit delete and new
9 years ago
bunnei 8986aa181d Merge pull request #1562 from lioncash/constexpr
core: Mark some helper functions as constexpr
9 years ago
Lioncash 04f8d39a96 session: Make helper functions constexpr 9 years ago
Lioncash c99f47d8f0 loader: Make MakeMagic constexpr 9 years ago
Lioncash f6ad3e42f0 archive_extsavedata: Fix member initialization order
shared appears in the initializer list before mount_point
9 years ago