Commit Graph

5060 Commits (8a9a4e2c42b6c2326140f7369374bf78a4645a8f)
 

Author SHA1 Message Date
Subv 8a9a4e2c42 GPU/Warnings: Explicitly cast the screen refresh ticks to u64.
Subv 65f19b51c4 Warnings: Add UNREACHABLE macros to switches that contemplate all possible values.
Subv 145a7293a3 HLE/Applets: Fixed some conversion warnings when creating the framebuffer shared memory objects.
Subv d237a89048 CPU/Dynarmic: Fixed a warning when incrementing the number of ticks in ExecuteInstructions.
Subv 9d0841b48b Dyncom: Use size_t instead of int to store the instruction offsets in the instruction cache.
Fixes a few warnings.
Subv d3fb1d6c38 Dyncom: Fixed a conversion warning when decoding thumb instructions.
Yuri Kunde Schlesner 46d1ca768d Merge pull request from wwylele/sw-geo-factor
SwRasterizer/Lighting: implement geometric factor
Yuri Kunde Schlesner fe7e0eada0 Merge branch 'update-soundtouch' (PR )
MerryMage 056a08cdbf externals: Update soundtouch
James Rowe bbfa9d0635 Merge pull request from wwylele/motion-refactor
Refactor MotionEmu into a InputDevice
wwylele 54c0c8adee HID: fix a comment and a warning
James Rowe 8afa81ac1b Merge pull request from wwylele/sw-spotlight
SwRasterizer/Lighting: implement spot light
B3n30 5d0a1e7efd Added missing parts in libnetwork ()
* Network: Set and send the game information over enet

Added Callbacks for RoomMember and GetMemberList to Room in preparation for web_services.
wwylele 223bd35450 motion_emu: no need to include thread in header
Yuri Kunde Schlesner 21204ba488 Merge pull request from MerryMage/dsp-firm-check
dsp_dsp: Remove size assertion in LoadComponent
MerryMage b67c2dc82c dsp_dsp: Remove size assertion in LoadComponent
bunnei 595070c901 Merge pull request from danzel/patch-1
Fix Spelling/English mistakes
Dave Leaver bf71fc0342 Fix Spelling/English mistakes
Sebastian Valle d59f503729 Merge pull request from Subv/applet_slots
Services/APT: Use an array to hold data about the 4 possible concurrent applet types (Application, Library, HomeMenu, System)
Weiyi Wang 7cd8a65949 Merge pull request from wwylele/bump-skip
gl_shader_gen: don't call SampleTexture when bump map is not used
wwylele 686fb3e78c gl_shader_gen: don't call SampleTexture when bump map is not used
James Rowe 8fd28244e4 Merge pull request from j-selby/docker-build
Travis: Use Docker to build for Linux
James Rowe a3aa8617bc Merge pull request from j-selby/tag-naming
Implement correct folder structure for CI builds
wwylele 188194908c move MotionEmu from core/frontend to input_common as a InputDevice
wwylele 867eabd6b7 HID: use MotionDevice for Accelerometer and Gyroscope
Weiyi Wang 53ef90d1bd Merge pull request from danzel/spelling-1
Fix some spelling mistakes
danzel 8d3f48d0a3 Fix some spelling mistakes
wwylele 945f9a1b04 SwRasterizer/Lighting: implement spot light
wwylele 14ee32c46a SwRasterizer/Lighting: implement geometric factor
Weiyi Wang aaf5161344 Merge pull request from wwylele/pad-state-zero
HID: zero unused PadState bits
wwylele 599de29ea3 HID: zero unused PadState bits
James fa64309aac Travis: Use Docker to build for Linux
Weiyi Wang 2415bad9ad Merge pull request from wwylele/swr-tuple
SwRasterizer/Lighting: use make_tuple instead of constructor
wwylele 5d9d42f0d0 SwRasterizer/Lighting: use make_tuple instead of constructor
implicit tuple constructor is a c++17 thing, which is not supported by some not-so-old libraries. Play safe for now
j-selby 80f85b429c Implement correct folder structure for CI builds
James Rowe 9f6868ad9b Merge pull request from j-selby/deploy-fix
Travis/AppVeyor: Deploy based upon tags
bunnei c2466a2f19 Merge pull request from j-selby/update-cryptopp
Update CryptoPP (byte ambiguity)
Weiyi Wang 792dee47a7 Merge pull request from wwylele/sw_lighting-2
Implement fragment lighting in the sw renderer (take 2)
Weiyi Wang 93ab46e500 Merge pull request from wwylele/shader-share
pica: upload shared shader code & swizzle to both unit
bunnei 437526e782 Merge pull request from mailwl/dlp-update
Service/dlp: Update function tables according 3dbrew
mailwl a6273dd56a Service/dlp: Update function tables according 3dbrew
James 1a44949ef7 Update cryptopp
Subv 177e8ce655 Services/APT: Use the AppletAttributes union directly when dealing with applet attrs.
Subv 73fba0de46 Services/APT: Use an array to hold data about the 4 possible concurrent applet types (Application, Library, HomeMenu, System).
This gives each applet type its own set of events as per the real NS module.
wwylele baa24f4ea9 pica: upload shared shader code to both unit
j-selby 8bda0ca68d Travis/AppVeyor: Deploy based upon tags
James Rowe 343bbfdabc Merge pull request from anodium/patch-1
Quickfix typo in OpenGL 3.3 error message
Andrea Pascal f55b7aefd9 Quickfix typo in OpenGL 3.3 error message
User pointed out on the Discord server that "nothave" is erroneously concatenated. Added a space to prevent it.
James Rowe 0dc285dcfd Merge pull request from bunnei/telemetry-additional-fields
Telemetry: Add several more useful fields
bunnei fb8de89859 telemetry: Add field for OsPlatform.