Commit Graph

  • d78e657130 Remove GameMode credit lisa-wolfgang 2023-01-30 11:47:35 -06:00
  • 03c0589e1e Fix SDL video subsystem initialization lisa-wolfgang 2023-01-30 11:40:23 -06:00
  • f6b86bcb00 Account for error check uncertainty in log wording lisa-wolfgang 2023-01-30 11:40:05 -06:00
  • 5d96191e00 PPCRec: Fix capitalization in include Exzap 2023-01-30 06:57:48 +01:00
  • e9ac89da14 PPCRec: Use agnostic breakpoints Exzap 2023-01-30 06:30:29 +01:00
  • 9dae9461ad PPCRec: Use IMLReg type in FPR RA Exzap 2023-01-30 06:01:39 +01:00
  • 8e834e6c6e PPCRec: Unify code + misc RA preparation Exzap 2023-01-30 03:52:43 +01:00
  • 8fffefedcc PPCRec: Simplify PPC and IML logic instructions Exzap 2023-01-05 07:05:47 +01:00
  • 9ef079cdf8 PPCRec: Use IMLReg in more places, unify and simplify var names Exzap 2023-01-05 05:34:36 +01:00
  • ac175bcc62 PPCRec: Refactor load/store instructions Exzap 2023-01-03 09:13:40 +01:00
  • f59f4af582 PPCRec: Refactoring and clean up Exzap 2023-01-03 06:18:22 +01:00
  • e0dd7f3bf9 PPCRec: Rework CR bit handling Exzap 2023-01-03 00:51:27 +01:00
  • 5b07df5f29 PPCRec: Avoid complex optimizations in backend Exzap 2022-12-28 14:26:38 +01:00
  • b5d237e40e PPCRec: Rework carry bit and generalize carry IML instructions Exzap 2022-12-27 05:20:47 +01:00
  • db4563879e PPCRec: Further unify CR code Exzap 2022-12-19 01:29:50 +01:00
  • abb7df11e6 PPCRec: Streamline instructions + unify code for CR updates Exzap 2022-12-19 00:08:10 +01:00
  • dfcd1232e1 PPCRec: New compare and cond jump instrs, update RA Exzap 2022-12-17 21:06:27 +01:00
  • 02fef01a2f PPCRec: New x86-64 code emitter Exzap 2022-12-17 20:59:00 +01:00
  • 2976fa78c5 PPCRec: Rename register constants to avoid name collision Exzap 2022-12-14 06:52:06 +01:00
  • 058d13f70d PPCRec: Make register pool for RA configurable Exzap 2022-12-13 19:19:29 +01:00
  • 906f397839 PPCRec: Make LSWI/STWSI more generic + GPR temporaries storage Exzap 2022-12-13 05:41:26 +01:00
  • dae91088fc PPCRec: Clean up unused flags Exzap 2022-12-12 16:55:30 +01:00
  • 5207e9c2df PPCRec: Remove now unused PPC_ENTER and jumpMarkAddress Exzap 2022-12-12 15:44:50 +01:00
  • 88485c32bb PPCRec: Fix single segment loop not being detected Exzap 2022-12-12 15:33:01 +01:00
  • dbe73e8eff PPCRec: Unify BCCTR and BCLR code Exzap 2022-12-12 14:13:46 +01:00
  • bdfc99e9d5 PPCRec: Fix merge conflicts Exzap 2022-12-12 10:48:44 +01:00
  • 98e398c92e PPCRec: Reworked IML builder to work with basic-blocks Exzap 2022-12-12 08:50:29 +01:00
  • 400b107b8c PPCRec: Move X64 files into subdirectory and rename Exzap 2022-11-07 04:03:05 +01:00
  • 294f9ed11b PPCRec: Emit x86 movd for non-AVX + more restructuring Exzap 2022-11-07 03:23:46 +01:00
  • 5ecc65dc45 PPCRec: Move IML register allocator Exzap 2022-11-06 12:39:30 +01:00
  • e36e7b5d18 PPCRec: Move IML optimizer file Exzap 2022-11-05 22:06:24 +01:00
  • ac57c31321 PPCRec: Move analyzer file + move some funcs to IMLInstruction Exzap 2022-11-05 08:27:30 +01:00
  • c14300c6d4 PPCRec: Move debug printing + smaller clean up Exzap 2022-11-05 05:06:21 +01:00
  • 45403c242a PPCRec: Rename IML structs for better clarity Exzap 2022-11-05 03:45:54 +01:00
  • 0f1276e785 PPCRec: Move Segment and Instruction struct into separate files Exzap 2022-11-04 22:44:15 +01:00
  • 12723b6034 PPCRec: Use vector for instruction list Exzap 2022-11-04 21:33:03 +01:00
  • 954be7e6a3 PPCRec: Use vector for segment list + deduplicate RA file Exzap 2022-11-04 01:35:12 +01:00
  • 808b9aebdc Latte: Fix race condition on close during game boot Exzap 2022-11-04 01:31:13 +01:00
  • f3ff919be2
    Code clean up + replace some wstring instances with utf8 (#640) Exzap 2023-01-29 12:53:31 +00:00
  • cb0280372e Fix logging #640 Exzap 2023-01-29 13:31:10 +01:00
  • d50d30f4c1
    Merge branch 'cemu-project:main' into various-fixes-3 Exzap 2023-01-29 12:06:44 +00:00
  • ca79a6aa0d
    GameList: Fix hidden last column (#632) bslhq 2023-01-29 20:06:20 +08:00
  • b17e06c7fb Remove redundant path methods in CemuApp Exzap 2023-01-29 13:00:00 +01:00
  • cfe23dcf95 same deal with the other 2 regions. #638 Squall-Leonhart 2023-01-29 21:02:45 +11:00
  • 85f8d2ffea
    Shared libraries crash MH3U on load Squall Leonhart 2023-01-29 20:59:35 +11:00
  • 4a0afe6535 Use utf8 over wstring in more places + clean up Exzap 2023-01-29 10:14:48 +01:00
  • 2def48eb9e More code clean up Exzap 2023-01-29 05:33:15 +01:00
  • 413cd89300 More code clean up, drop deprecated zstring_view Exzap 2023-01-29 03:53:48 +01:00
  • c43923bfdb Re-implement error logging lisa-wolfgang 2023-01-28 18:54:33 -06:00
  • c52a9c1446 Merge remote-tracking branch 'upstream/main' into disable-screensaver lisa-wolfgang 2023-01-28 18:31:19 -06:00
  • 557d95a149 Use SDL on Linux lisa-wolfgang 2023-01-28 18:20:08 -06:00
  • 22f93f464a
    Merge 15682de78f1c38bd7bad15ef8af31b222cf2b958 into 8651c4bae7e0cef0edc330cd179d330e65b89b93 #548 Tom Lally 2023-01-29 01:44:58 +08:00
  • f2fa139972 Code clean up Exzap 2023-01-28 16:23:55 +01:00
  • 8651c4bae7 coreinit: Correctly return success code in FSRemove Exzap 2023-01-28 10:57:59 +01:00
  • 3d81b830f6 coreinit: Correctly return success code in FSRemove #634 Exzap 2023-01-28 10:57:59 +01:00
  • 9a4f945f33 Add dump folder to .gitignore v2.0-26 Exzap 2023-01-27 09:19:11 +01:00
  • 404af95a2c Latte: Less aggressive texture readback Exzap 2023-01-27 09:18:55 +01:00
  • 859dc78e90 coreinit: Dont yield uninterruptible threads in spinlock Exzap 2023-01-27 09:15:27 +01:00
  • 387b712959 Logging: Add TextureReadback logtype and clean up code Exzap 2023-01-27 06:32:50 +01:00
  • 9bbfd33842 Latte: FragCoord w should not be reciprocal Exzap 2023-01-26 10:07:10 +01:00
  • 43b5ad2f1c PPCInterpreter: Improve overflow handling Exzap 2023-01-26 10:05:38 +01:00
  • 4b5014c16a coreinit: Fix memory mapping API Exzap 2023-01-25 10:04:30 +01:00
  • f2671f417f Input: Fix potential race condition Exzap 2023-01-25 05:06:19 +01:00
  • 70ccca412c Add dump folder to .gitignore #631 Exzap 2023-01-27 09:19:11 +01:00
  • 427f3704d9 Latte: Less aggressive texture readback Exzap 2023-01-27 09:18:55 +01:00
  • aef92a674a coreinit: Dont yield uninterruptible threads in spinlock Exzap 2023-01-27 09:15:27 +01:00
  • 17cdb56776 Logging: Add TextureReadback logtype and clean up code Exzap 2023-01-27 06:32:50 +01:00
  • 8afa9b6264 GameList: fix the last column is hidden Occurs if gamelist is Icons or SmallIcons style everytime cemu starts #632 lijunyu-cn 2023-01-26 23:12:20 +08:00
  • 8ef73ca4aa Latte: FragCoord w should not be reciprocal Exzap 2023-01-26 10:07:10 +01:00
  • bd8dadfc17 PPCInterpreter: Improve overflow handling Exzap 2023-01-26 10:05:38 +01:00
  • e01b799cdd coreinit: Fix memory mapping API Exzap 2023-01-25 10:04:30 +01:00
  • f0682fab30 Input: Fix potential race condition Exzap 2023-01-25 05:06:19 +01:00
  • 3fbc1ab795
    Merge pull request #1 from adam662006/patch-2 #621 adam662006 2023-01-21 18:29:36 +01:00
  • a5445bd7fe
    Update BUILD.md #622 adam662006 2023-01-19 22:31:31 +01:00
  • 4f7563790e
    Update BUILD.md adam662006 2023-01-19 22:29:07 +01:00
  • 9d55f46eb1
    Always show "Open Cemu folder" menu item (#612) jn64 2023-01-13 22:59:15 +08:00
  • 4014de622b
    Add macOS to README.md (#599) UltraHDR 2023-01-13 12:49:01 +00:00
  • 073fc6698a
    Create cemu 2.0 #613 Tiger202201 2023-01-12 20:57:40 -03:00
  • 5ee4e36348 Always show "Open Cemu folder" menu item #612 jn64 2023-01-12 13:03:30 +08:00
  • 013d1cb12e UI: add option to hide the icon column #604 ssimco 2023-01-09 13:30:43 +02:00
  • f429315478 Revert "UI: move icon to name column" ssimco 2023-01-09 12:00:51 +02:00
  • 46f669fd6e
    Add macOS disclaimer #599 UltraHDR 2023-01-06 12:17:11 +00:00
  • 3dc547a489
    Merge branch 'cemu-project:main' into patch-5 UltraHDR 2023-01-06 12:07:23 +00:00
  • ebbfd5967d UI: move icon to name column ssimco 2023-01-06 11:04:49 +02:00
  • 1cf72265cd
    Update to llvm15 (#594) Tillsunset 2023-01-05 20:46:10 -06:00
  • 1e946f76be
    BUILD.md: Add g++ to the dependencies (#589) arijnr 2023-01-05 23:45:30 -03:00
  • dd329d5e38 Remove redundancies, adjust formatting lisa-wolfgang 2022-12-30 23:09:48 -06:00
  • 0bc8415927 Fix errors lisa-wolfgang 2022-12-29 20:21:12 -06:00
  • f06d852b06 Rewrite SetInhibit() to use org.freedesktop.ScreenSaver lisa-wolfgang 2022-12-29 20:05:03 -06:00
  • c3721b97e0 Merge remote-tracking branch 'upstream/main' into disable-screensaver lisa-wolfgang 2022-12-29 19:16:10 -06:00
  • d8106712ae
    Add Nightly Builds links directly #600 UltraHDR 2022-12-29 00:24:38 +00:00
  • 958e1526f3
    Add link to Nightly builds UltraHDR 2022-12-29 00:11:16 +00:00
  • 1cd771c3f9
    Add macOS to README.md UltraHDR 2022-12-29 00:09:12 +00:00
  • 33bd10b4e0
    Vulkan: Use the correct resolution for out-of-date check (#595) v2.0-25 goeiecool9999 2022-12-29 00:19:05 +01:00
  • 751e4482df Vulkan: Use the correct resolution for out-of-date check fixes macOS crash #595 goeiecool9999 2022-12-28 22:13:24 +01:00
  • 06dd64e3ef build file readability #594 Tillsunset 2022-12-28 13:00:01 -06:00
  • 4e8708e0f7 update BUILD.md Tillsunset 2022-12-03 18:23:33 -06:00
  • 8966a699d7 update to latest llvm test Tillsunset 2022-12-03 01:02:27 -06:00
  • 1b660e0c16
    AppImage: Better motion support (#593) v2.0-24 v2.0-23 qurious-pixel 2022-12-28 09:32:29 -08:00
  • b0ee8f50f9
    [APPIMAGE] Better motion support #593 qurious-pixel 2022-12-28 09:29:42 -08:00