Commit Graph

  • 9402789146 Remove some unnecessary changes. goeiecool9999 2022-09-08 02:19:07 +0200
  • 6cdb6eed17
    Cleanup udiv128 (#206) Tom Lally 2022-09-08 01:12:53 +0100
  • c5c70b721a Improved comment clarity #206 Tom Lally 2022-09-07 23:15:47 +0100
  • 875405f060 Reduced verbosity Tom Lally 2022-09-07 23:04:21 +0100
  • 0f8592a873 Removed old udiv128 assembly implementation Tom Lally 2022-09-07 22:48:31 +0100
  • 05dd4e57e7 Added _udiv128 to precompiled.h Tom Lally 2022-09-07 22:42:19 +0100
  • 00f8f9199b Should have caught these way earlier. goeiecool9999 2022-09-07 23:03:37 +0200
  • b1a01ecfdc more changes. goeiecool9999 2022-09-07 22:17:20 +0200
  • fc639bcac3 Forgot to include goeiecool9999 2022-09-07 21:55:26 +0200
  • 0452ec3885 Be consistent with definitions goeiecool9999 2022-09-07 21:53:52 +0200
  • 37cfd78afd That should do it goeiecool9999 2022-09-07 21:49:50 +0200
  • b1b6a5d8c3 Fixed some dumb mistakes. goeiecool9999 2022-09-07 20:45:55 +0200
  • d5f6cd5bd6 I keep messing up goeiecool9999 2022-09-07 20:31:25 +0200
  • 3922ef5e85 Something like this maybe? goeiecool9999 2022-09-07 20:25:03 +0200
  • 4eaa600b57
    Fix various compiler warnings given by Clang (#170) bitscher 2022-09-07 11:04:32 -0700
  • 4d1be950e3
    Fix various issues related to title names (#192) bslhq 2022-09-08 01:58:56 +0800
  • b752d2eddd
    fix clang-cl (#202) Jun Bo Bi 2022-09-07 12:22:40 -0400
  • a6c94e1d29 fix clang-cl #202 Jun Bo Bi 2022-09-07 12:14:18 -0400
  • 7a848be8a8 Change to camelCase to be consistent. goeiecool9999 2022-09-07 17:33:36 +0200
  • 0a1985e481
    Set timer milliseconds for "Controller settings" (#194) Timothy Redaelli 2022-09-07 16:54:48 +0200
  • 74c02d273f Replace transform with basic for loop. goeiecool9999 2022-09-07 16:51:50 +0200
  • 9bc33de652 Fix crash when permissions are missing up the tree. goeiecool9999 2022-09-07 16:28:35 +0200
  • 241aa75d02
    Merge branch 'cemu-project:main' into main #192 bslhq 2022-09-07 22:02:31 +0800
  • d3ce33486d These goeiecool9999 2022-09-07 15:57:34 +0200
  • 4018cb7284 Even more debug statements... goeiecool9999 2022-09-07 15:28:40 +0200
  • 74eb5d0d8c forgot to remove debug statement and use C++ style cast. goeiecool9999 2022-09-07 15:22:54 +0200
  • 8dd61c3409 Ignore case for game files when on a unix system. Implemented as described in https://github.com/cemu-project/Cemu/issues/107#issuecomment-1231171415 goeiecool9999 2022-09-07 15:18:09 +0200
  • 4e5afba028 Find case-insensitive file/folder path if not found ssimco 2022-09-07 12:40:12 +0300
  • 15da955ad9 Set timer milliseconds for "Controller settings" #194 Timothy Redaelli 2022-09-07 10:52:05 +0200
  • d27f4ab081 first push Gordie Schiebel 2022-09-07 04:10:06 -0400
  • 2c885f6c1b
    Fix CI build modes #193 Zopolis4 2022-09-07 17:17:43 +1000
  • c66737ec3f
    Replace MSVC_RUNTIME_LIBRARY generator expression with a compile option Zopolis4 2022-09-07 14:30:36 +1000
  • aa179a921f Reformat code #181 FearlessTobi 2022-09-07 07:13:57 +0200
  • 9c8fb26f8b Add some includes FearlessTobi 2022-09-07 07:09:53 +0200
  • d2b22ba840 Fix UTF-8 incompatible characters FearlessTobi 2022-09-07 06:42:25 +0200
  • e70dcb9eba .github: Add clang-format Lint action FearlessTobi 2022-09-05 03:34:29 +0200
  • 61fd2659bf .clang_format: Add configuration file FearlessTobi 2022-09-05 03:32:25 +0200
  • 40e488ba79 Fix various issues related to title names lijunyu-cn 2022-09-07 11:10:21 +0800
  • e20bfd00ec
    Separate filestream.h into OS specific implementation files (#190) goeiecool9999 2022-09-07 02:42:25 +0200
  • f8b5024c09
    Improved macro clarity. (#188) Tom Lally 2022-09-07 01:27:52 +0100
  • 439cf04e65
    Fix win32 include path #190 Exzap 2022-09-07 02:20:08 +0200
  • 9a5c95cd76 FileStream: The rest of the changes... goeiecool9999 2022-09-07 01:26:38 +0200
  • 535ff8c0d7 FileStream: separate into files, rename file to reflect class name, possibly fix windows build (if cmake changes are also correct) goeiecool9999 2022-09-07 01:22:35 +0200
  • 6c89de506b FileStream: Change indent to tabs. goeiecool9999 2022-09-07 00:54:58 +0200
  • 1520cee91c FileStream: Remove remaining comments in .cpp file goeiecool9999 2022-09-07 00:42:44 +0200
  • 1377a2195e Separate filestream.h into a implementation .cpp file. goeiecool9999 2022-09-07 00:28:36 +0200
  • 428a2c63b0 CMakeLists: Enable Objective-C and Objective-C++ when compiling for macOS #139 OatmealDome 2022-09-02 17:39:04 -0400
  • 889b67f8bb CMakeLists: Add workaround for clang 13 bug with consteval OatmealDome 2022-09-02 17:38:50 -0400
  • 80b31a032e wxTitleManagerList: Remove usage of u8string OatmealDome 2022-09-01 15:38:55 -0400
  • 21fb1c2cc3 gitignore: Add .DS_Store files OatmealDome 2022-09-01 15:34:02 -0400
  • 642d2c2fd9 MemorySearcherTool: Use Use std::string with boost::icontains OatmealDome 2022-09-01 15:32:54 -0400
  • dbca758a60 wxLogCtrl: Use std::string with boost::icontains OatmealDome 2022-09-01 15:31:46 -0400
  • c3f13aed34
    Rename Emulation_bug_report to Emulation_bug_report.yaml Triticum0 2022-09-06 17:30:39 +0100
  • 10f7656a29 Improved macro clarity. #188 Tom Lally 2022-09-06 16:56:49 +0100
  • 6aa7a0c7b2 Merge branch 'main' into linux-overlay #142 Tom Lally 2022-09-06 15:47:06 +0100
  • 062cfaf325 Fix pointer-integer comparisons & conversions #170 bitscher 2022-09-03 18:05:36 -0700
  • fb551ffd0d Fix string formats bitscher 2022-09-03 17:59:39 -0700
  • ce86e39f4b Fix always false comparison bitscher 2022-09-03 17:47:06 -0700
  • e3ec07c3ad Removed volatile keywords on PerformanceMonitor bitscher 2022-09-03 17:46:09 -0700
  • 236216555f Fix compilation warnings related to debug_printf bitscher 2022-09-03 17:44:37 -0700
  • e5d7d5d173
    Use utf8 aware string conversion for wxLaunchDefaultBrowser() (#185) v2.0-1 Exzap 2022-09-05 18:42:24 +0200
  • 92639cd517 Use utf8 aware string conversion for wxLaunchDefaultBrowser() #185 Exzap 2022-09-05 18:40:46 +0200
  • 0030fa44a5
    Slight tweaks to greek translation (#180) Haxorzz 2022-09-05 13:57:02 +0000
  • 5a69505d13
    Fix double %% on shader compilation screen Exzap 2022-09-05 15:53:50 +0200
  • 5f029ea37b
    Lint tree with clang-format #56 Zopolis4 2022-09-05 23:45:12 +1000
  • f314d7972d
    Add lint workflow using clang-format Zopolis4 2022-08-26 08:58:45 +1000
  • 32d3bb5b19
    Add clang-format config file Zopolis4 2022-08-26 08:52:28 +1000
  • 728bd3178b
    build: update required fmt version (#183) Andrea Pappacoda 2022-09-05 15:38:25 +0200
  • 391334d64e
    Use ANSI encoding for cemu.rc (#184) Exzap 2022-09-05 15:36:06 +0200
  • c256fbb68d Use ANSI encoding for cemu.rc #184 Exzap 2022-09-05 15:32:45 +0200
  • 72403841bd
    build: update required fmt version #183 Andrea Pappacoda 2022-09-05 15:29:16 +0200
  • 917b80941e
    Fix broken icon layout when loading Cemu on Gnome (#171) bitscher 2022-09-05 05:51:24 -0700
  • 0ed4fdcd78
    Update fmt version to 9.1.0 (#177) SSimco 2022-09-05 15:48:44 +0300
  • f2ec0b4083
    Fix the reloading of game cache from settings.xml (#169) bitscher 2022-09-05 05:42:15 -0700
  • 88a86bdeb9
    Update info.cemu.Cemu.metainfo.xml #180 Haxorzz 2022-09-05 00:44:17 +0000
  • b3e37181de
    Merge pull request #1 from Haxorzz/Haxorzz-patch-1 Haxorzz 2022-09-04 22:40:39 +0000
  • ac0fa1444b
    slight tweaks to greek translation Haxorzz 2022-09-04 22:38:44 +0000
  • a54a3ec74e
    Fix build using clang-cl on windows and improve driver detection (#129) Jun Bo Bi 2022-09-04 17:15:40 -0400
  • 4ed18a65c3
    Name output binary Cemu_<CONFIG> and always place it in bin/ (#179) Exzap 2022-09-04 22:23:24 +0200
  • 6ce4ee137b Fix multi-configuration generators placing the binary in a config subdirectory #179 Exzap 2022-09-04 22:09:49 +0200
  • 9c067b07a9 Use the same formatting style as the rest of the code base #177 ssimco 2022-09-04 21:00:58 +0300
  • d9f3a0f4e6 Update fmt version to 9.1.0 ssimco 2022-09-04 19:38:44 +0300
  • ffab7ef843
    Merge branch 'cemu-project:main' into main #175 uranuspucksaxophone 2022-09-04 18:19:53 +0200
  • 1373c76eb9
    fix H264_IsBotW() return false while BotW's TitleRegion is JP (#174) bslhq 2022-09-05 00:19:27 +0800
  • bbf29eea0c fix H264_IsBotW() return false while BotW's TitleRegion is JP #174 lijunyu-cn 2022-09-04 23:07:06 +0800
  • a3b9adb29b Merge branch 'main' into linux-overlay Tom Lally 2022-09-04 10:27:53 +0100
  • 21c3a43e4b Fix broken icon layout when loading Cemu on Gnome #171 bitscher 2022-09-04 00:23:29 -0700
  • 7193808ebb Merge remote-tracking branch 'cemu/main' into gui_fixes bitscher 2022-09-04 00:17:36 -0700
  • 613fb62399 Fix the reloading of game cache from settings.xml #169 bitscher 2022-09-03 16:56:08 -0700
  • 14d6fb0987
    Added french translation on GenericName field (#160) LoaTcHi 2022-09-04 02:01:46 +0200
  • 67fb07c0d9
    Merge branch 'main' into main #160 Exzap 2022-09-04 02:01:26 +0200
  • f8297eeb44
    Fix game list ordering & Favorite checkbox (#163) bitscher 2022-09-03 16:32:32 -0700
  • 33167196d9
    Wait for gfx pack init before loading shaders (#168) Exzap 2022-09-04 01:27:44 +0200
  • 63363d7a21 Wait for gfx pack init before loading shaders #168 Exzap 2022-09-04 01:09:43 +0200
  • 36b705c5f0 fix clang-cl build #129 Jun Bo Bi 2022-08-27 23:12:35 -0400
  • 8dd1688ca7
    coreinit: Make OSReport and OSConsoleWrite thread-safe Exzap 2022-09-03 23:53:45 +0200
  • 8e18e1b20d improve driver detection Jun Bo Bi 2022-08-27 23:12:17 -0400
  • d22901be1c
    Miscellaneous translatable strings improvements and fixes (#159) Francesco Saltori 2022-09-03 22:55:58 +0200
  • a9f5a0631e Merge branch 'main' into fix_gamelist #163 bitscher 2022-09-03 13:33:29 -0700
  • 1a1de370e4
    Portable way of opening URLs and directories (#156) bitscher 2022-09-03 13:32:31 -0700