Commit Graph

  • b5aa570354 SwRasterizer/Lighting: implement LUT input CP wwylele 2017-08-18 16:35:11 +0300
  • 3e478ca131 SwRasterizer/Lighting: implement bump mapping wwylele 2017-08-18 15:04:56 +0300
  • fa228ca637 Kernel/Threads: Don't immediately switch to the new main thread when loading a new process. Subv 2017-08-21 20:54:29 -0500
  • ce3edabb95 changed shift variables to u32 and moved them in their respective branch. remove notr="true" for the Screen layout drop down ThaMighty90 2017-08-21 23:51:29 +0200
  • 392e3e0f94 got rid of SIDE_BY_SIDE_ASPECT_RATIO because it was useless. pulled translate into variables ThaMighty90 2017-08-21 23:36:59 +0200
  • cca938efe1 Merge 66805baa51 into f84c965dec Merry 2017-08-21 17:24:17 +0000
  • f84c965dec Merge pull request #2884 from wwylele/clip bunnei 2017-08-21 13:24:12 -0400
  • 92a4b2faf8 Merge pull request #2889 from Schplee/updated-logo-svg bunnei 2017-08-21 13:22:23 -0400
  • aae0a2f8d4 Warnings: Fixed a few missing-return warnings in video_core. Subv 2017-08-21 12:18:52 -0500
  • 8a9a4e2c42 GPU/Warnings: Explicitly cast the screen refresh ticks to u64. Subv 2017-08-19 12:09:35 -0500
  • 65f19b51c4 Warnings: Add UNREACHABLE macros to switches that contemplate all possible values. Subv 2017-08-19 12:04:40 -0500
  • 145a7293a3 HLE/Applets: Fixed some conversion warnings when creating the framebuffer shared memory objects. Subv 2017-08-19 11:37:21 -0500
  • d237a89048 CPU/Dynarmic: Fixed a warning when incrementing the number of ticks in ExecuteInstructions. Subv 2017-08-19 11:33:01 -0500
  • 9d0841b48b Dyncom: Use size_t instead of int to store the instruction offsets in the instruction cache. Subv 2017-08-19 11:30:20 -0500
  • d3fb1d6c38 Dyncom: Fixed a conversion warning when decoding thumb instructions. Subv 2017-08-19 11:28:22 -0500
  • da993d518e gl_rasterizer/lighting: more accurate CP formula wwylele 2017-08-21 12:03:38 +0300
  • 63b6e802cd swrasterizer: remove invalid TODO wwylele 2017-08-17 11:02:19 +0300
  • 72b26ac32f swrasterizer/clipper: remove tested TODO wwylele 2017-08-17 10:57:31 +0300
  • 5a4af616c6 gl_shader_gen: simplify and clarify the depth transformation between vertex shader and fragment shader wwylele 2017-08-17 10:56:15 +0300
  • 1eca380886 gl_rasterizer: add clipping plane z<=0 defined in PICA wwylele 2017-08-17 10:46:59 +0300
  • 7db027d53d SwRasterizer/Lighting: implement LUT input CP wwylele 2017-08-18 16:35:11 +0300
  • 42d913186c SwRasterizer/Lighting: implement bump mapping wwylele 2017-08-18 15:04:56 +0300
  • 46d1ca768d Merge pull request #2872 from wwylele/sw-geo-factor Yuri Kunde Schlesner 2017-08-20 17:49:42 -0700
  • fe7e0eada0 Merge branch 'update-soundtouch' (PR #2885) Yuri Kunde Schlesner 2017-08-20 17:30:22 -0700
  • 056a08cdbf externals: Update soundtouch MerryMage 2017-08-17 13:18:39 +0100
  • 91e040fea8 Update README.md Flame Sage 2017-08-20 07:25:02 +0000
  • 872a28b6f2 Merge 434d7565f7 into bbfa9d0635 Merry 2017-08-20 05:43:07 +0000
  • bbfa9d0635 Merge pull request #2861 from wwylele/motion-refactor James Rowe 2017-08-19 23:43:01 -0600
  • 54c0c8adee HID: fix a comment and a warning wwylele 2017-08-20 08:37:48 +0300
  • 8afa81ac1b Merge pull request #2871 from wwylele/sw-spotlight James Rowe 2017-08-19 20:10:24 -0600
  • d51f4d21bb Updated master logo to new logo svg Schplee 2017-08-19 18:33:44 -0700
  • 824ae9a615 CPU/Dynarmic: Disable the fast page-table access in dynarmic until it supports switching page tables at runtime. Subv 2017-08-12 10:16:35 -0500
  • 75912780ec fixup! Kernel/Memory: Make IsValidPhysicalAddress not go through the current process' virtual memory mapping. Subv 2017-08-07 16:15:35 -0500
  • fbd3aad838 Tests/VFP: Use a standalone pagetable for the TestEnvironment memory operations. Subv 2017-08-07 14:30:01 -0500
  • 45cc90ca54 Kernel/Memory: Make IsValidPhysicalAddress not go through the current process' virtual memory mapping. Subv 2017-08-07 13:37:16 -0500
  • f5be1366a5 Kernel/Threads: Don't clear the CPU instruction cache when performing a context switch from an idle thread into a thread in the same process. Subv 2017-07-22 19:37:26 -0500
  • 007fc405c8 fixup! Kernel/Memory: Give each Process its own page table. Subv 2017-07-22 12:43:51 -0500
  • 4b6c137efe fixup! Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the current process' page table to obtain a pointer. Subv 2017-07-22 07:51:58 -0500
  • 22a1197b88 fixup! Kernel/Memory: Give each Process its own page table. Subv 2017-07-22 07:40:34 -0500
  • 3b6054f03e fixup! Kernel/Memory: Switch the current page table when a new process is scheduled. Subv 2017-07-21 23:09:30 -0500
  • 822ac9c010 Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the current process' page table to obtain a pointer. Subv 2017-07-21 22:22:59 -0500
  • e5ea18c565 Kernel/Memory: Switch the current page table when a new process is scheduled. Subv 2017-07-21 21:28:03 -0500
  • b78713dd06 Kernel/Memory: Give each Process its own page table. Subv 2017-07-21 21:17:57 -0500
  • dabab0a73b GPU/Warnings: Explicitly cast the screen refresh ticks to u64. Subv 2017-08-19 12:09:35 -0500
  • 7f84cdf237 Warnings: Add UNREACHABLE macros to switches that contemplate all possible values. Subv 2017-08-19 12:04:40 -0500
  • 5d0a1e7efd Added missing parts in libnetwork (#2838) B3n30 2017-08-19 19:14:33 +0200
  • 510206293a HLE/Applets: Fixed some conversion warnings when creating the framebuffer shared memory objects. Subv 2017-08-19 11:37:21 -0500
  • 36c7160d69 EmuWindow: Fixed a warning regarding mismatched floating point types in the gyro calculations. Subv 2017-08-19 11:35:15 -0500
  • 9fe08eafba CPU/Dynarmic: Fixed a warning when incrementing the number of ticks in ExecuteInstructions. Subv 2017-08-19 11:33:01 -0500
  • f236adce23 Dyncom: Use size_t instead of int to store the instruction offsets in the instruction cache. Subv 2017-08-19 11:30:20 -0500
  • 759068bae6 Dyncom: Fixed a conversion warning when decoding thumb instructions. Subv 2017-08-19 11:28:22 -0500
  • 1dff969202 swrasterizer: remove invalid TODO wwylele 2017-08-17 11:02:19 +0300
  • 21a75c0dfe swrasterizer/clipper: remove tested TODO wwylele 2017-08-17 10:57:31 +0300
  • 6ab50bc5ce gl_shader_gen: simplify and clarify the depth transformation between vertex shader and fragment shader wwylele 2017-08-17 10:56:15 +0300
  • 3a84d65932 gl_rasterizer: add clipping plane z<=0 defined in PICA wwylele 2017-08-17 10:46:59 +0300
  • 0f35755572 pica/command_processor: build geometry pipeline and run geometry shader wwylele 2017-08-04 17:03:17 +0300
  • 8285ca4ad8 pica/shader/jit: implement SETEMIT and EMIT wwylele 2017-07-26 18:44:52 +0300
  • 36981a5aa6 pica/primitive_assembly: Handle winding for GS primitive wwylele 2017-07-26 15:07:13 +0300
  • bb63ae3052 correct constness wwylele 2017-07-26 00:39:43 +0300
  • 28128348f2 pica/shader/interpreter: implement SETEMIT and EMIT wwylele 2017-07-25 22:43:25 +0300
  • 46c6973d2b pica/shader: extend UnitState for GS wwylele 2017-07-25 22:30:29 +0300
  • 223bd35450 motion_emu: no need to include thread in header wwylele 2017-08-09 03:05:03 +0300
  • 66805baa51 arm_dynarmic: Implement IsReadOnlyMemory MerryMage 2017-08-18 08:33:53 +0100
  • 434d7565f7 externals: Update soundtouch MerryMage 2017-08-17 13:18:39 +0100
  • 096367bdae swrasterizer: remove invalid TODO wwylele 2017-08-17 11:02:19 +0300
  • 88c97a3ab9 swrasterizer/clipper: remove tested TODO wwylele 2017-08-17 10:57:31 +0300
  • 876035cd2e gl_shader_gen: simplify and clarify the depth transformation between vertex shader and fragment shader wwylele 2017-08-17 10:56:15 +0300
  • 65a1e48195 gl_rasterizer: add clipping plane z<=0 defined in PICA wwylele 2017-08-17 10:46:59 +0300
  • 37a4cb7161 Download system archives from the repo and make it default off B3n30 2017-08-16 13:22:37 +0200
  • ffaa8cb586 Lowercase the revision so that we actually do this comparison correctly danzel 2017-08-16 18:43:34 +1200
  • a6f517db18 Merge 03db0ea058 into 21204ba488 B3n30 2017-08-16 03:15:02 +0000
  • 21204ba488 Merge pull request #2881 from MerryMage/dsp-firm-check Yuri Kunde Schlesner 2017-08-15 20:14:41 -0700
  • eb2889f875 Implement changes suggested by wwylele. Also fix storing circle_pad_x/y and ir_rst x/y. They don't fit in to a u8, they are SIGNED s16 danzel 2017-08-16 14:16:36 +1200
  • 1840fc01a8 Formatting danzel 2017-08-16 09:39:08 +1200
  • f40bf1f8b9 Variadic template to reduce copy/paste danzel 2017-08-16 09:33:10 +1200
  • 42eab6d3a5 Add CirclePad, was missing (thanks wwylele) danzel 2017-08-16 09:24:35 +1200
  • 158c65441f Applying most changes recommended by lion_cash danzel 2017-08-16 08:45:46 +1200
  • 877337bc8b Added System::SystemIntegrityCheck; moved the Shared Font creation to SystemIntegrityCheck B3n30 2017-08-15 16:50:55 +0200
  • d64da78ae5 Movie (Game Inputs) recording/playback support. Currently SDL2 has command line arguments to control it. danzel 2017-08-15 21:35:21 +1200
  • b67c2dc82c dsp_dsp: Remove size assertion in LoadComponent MerryMage 2017-08-15 10:16:50 +0100
  • 0c31fa3d98 create shared font if it is missing B3n30 2017-08-15 09:44:47 +0200
  • dda29eef80 Merge 9bee6202ab into 595070c901 B3n30 2017-08-14 00:22:30 +0000
  • e68f46cf89 Merge 285ab66af5 into 595070c901 Dave Leaver 2017-08-14 00:22:30 +0000
  • 595070c901 Merge pull request #2879 from danzel/patch-1 bunnei 2017-08-13 20:22:24 -0400
  • bf71fc0342 Fix Spelling/English mistakes Dave Leaver 2017-08-14 09:15:39 +1200
  • 285ab66af5 Don't hardcode the size danzel 2017-08-14 08:52:28 +1200
  • 923bd61152 Missing endlines danzel 2017-08-14 08:52:21 +1200
  • 072a2085d9 Remove unrelated fix danzel 2017-08-14 08:52:03 +1200
  • deb35f4fb4 Add a setting for ScriptedInput 'close_at_end', closes the emulator when the script finishes running. danzel 2017-08-13 18:26:30 +1200
  • 196a09fefa When a script is configured, override the controls settings so it is used. This means you only need to set one thing in the config to use a script (script_name). danzel 2017-08-13 18:03:56 +1200
  • c70b49be17 Add a README.md on the script file format danzel 2017-08-13 18:02:48 +1200
  • dc6b183837 Fix up some english danzel 2017-08-13 16:24:33 +1200
  • 8c58f30d79 Fixing build danzel 2017-08-13 11:48:12 +1200
  • 8ea7673a44 Log script finishing. Fixed logging crashing too, woops danzel 2017-08-13 10:58:04 +1200
  • 63ca1acd2b Fixing formatting danzel 2017-08-13 10:33:23 +1200
  • c96d031b90 scripted_input is active is a script is loaded, not based on the button mapping danzel 2017-08-13 10:19:26 +1200
  • a47dacfdd0 Do logging correctly danzel 2017-08-13 10:17:21 +1200
  • 01697410dd Screenshot file name is the frame number danzel 2017-08-13 10:08:53 +1200
  • 793082b74d Can load a specified script and run it through, pressing the buttons! danzel 2017-08-13 09:48:42 +1200
  • d59f503729 Merge pull request #2843 from Subv/applet_slots Sebastian Valle 2017-08-12 10:27:57 -0500