Lioncash
|
5181b4a0df
|
travis: Update dependencies
|
9 years ago |
Lioncash
|
5ef90464a1
|
CMakeFiles: Compile as C++14
|
9 years ago |
Emmanuel Gil Peyrot
|
3219be8ee0
|
OpenGL: Fix a double framebuffer completeness checks.
|
9 years ago |
linkmauve
|
6105793843
|
Merge pull request #1638 from JayFoxRox/check-fb-complete
OpenGL: Check for framebuffer completeness
|
9 years ago |
Jannik Vogel
|
693cbc1f8f
|
OpenGL: Check for framebuffer completeness
|
9 years ago |
bunnei
|
6d24c73ea9
|
Merge pull request #1616 from exhalatio/dlp_dummy
Dummy implementation dlp:SRVR Service.
|
9 years ago |
exhalatio
|
bbdfbe44e6
|
Dummy implementation dlp:SRVR Service.
|
9 years ago |
bunnei
|
e5e3b97db2
|
Merge pull request #1619 from mailwl/cecd
cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle
|
9 years ago |
Ryan Loebs
|
58ee548ed8
|
Rework sockopt translation to match the error translation code already in place
|
9 years ago |
bunnei
|
9d7028bcfb
|
Merge pull request #1390 from purpasmart96/citra_gsp_error_codes
GSP: Return proper error codes for register writes
|
9 years ago |
Mathew Maidment
|
fc6f898e0b
|
Merge pull request #1622 from JayFoxRox/fix-warnings
Avoid warnings by casting to size_t for ARRAY_SIZE() comparisons
|
9 years ago |
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 |