Commit graph

  • 90d5e94214 Fix 3DS build Tidy-Pointers Wally4000 2024-06-17 21:00:06 +10:00
  • 68233ee492 Fix more path stuff wally4000 2024-06-17 20:05:10 +10:00
  • b3d1a8bf49 Use std::filesystem for Preview_path wally4000 2024-06-17 16:44:31 +10:00
  • 4bcc5af9b9 Move MathUtil.h to Utility wally4000 2024-06-17 16:29:28 +10:00
  • 376da50a3e Use std::numerics instead of C short / long max wally4000 2024-06-17 16:24:37 +10:00
  • e2503293f0 update uncached_ptr function wally4000 2024-06-17 16:24:18 +10:00
  • df552ba27e use constexpr and unrolled GetNextPowerOf2 wally4000 2024-06-17 14:59:13 +10:00
  • 21f8568dd1 Remove more redundant files wally4000 2024-06-17 14:58:03 +10:00
  • bdee8e419b Merge branch 'master' into Tidy_Base wally4000 2024-06-17 14:55:08 +10:00
  • d157044de2 Clean up unused files wally4000 2024-06-17 14:49:02 +10:00
  • 403a0778dc Fix Debug Build wally4000 2024-06-17 14:45:43 +10:00
  • 677f53c592 Modernise DAEDALUS_USE and replace ARRAY_SIZE VARIABLE wally4000 2024-06-17 13:45:41 +10:00
  • a339eb5549 Remove DAEDALUS_FORCEINLINE macro to use default inline wally4000 2024-06-17 06:48:18 +10:00
  • bae4dc4d0b Clean up more files. Wally4000 2024-06-15 13:27:19 +10:00
  • c7fe9bdb1d Remove imgui from source tree Wally4000 2024-06-15 13:25:36 +10:00
  • ebaad9bd2c Remove Functor in favour of std::function wally4000 2024-06-11 13:12:22 +10:00
  • 200dd0d26e
    Merge pull request #63 from imnotpete/patch-1 Ben 2024-06-11 12:22:26 +10:00
  • 5627cae9da
    Merge pull request #65 from DaedalusX64/UI_Fixes_MAC z2442 2024-06-10 20:33:22 -04:00
  • 73e324c14b
    Merge branch 'master' into UI_Fixes_MAC z2442 2024-06-10 20:31:44 -04:00
  • 792855672c
    Merge pull request #64 from wally4000/master Ben 2024-06-09 20:31:35 +10:00
  • 4edfc7b005 *Added wallys memory leak fix *Added full support for SDL2 gamepads *Fixed a leak with SDL2 UI swaping z2442 2024-06-08 18:31:31 -04:00
  • e8da61d850 Fix Dialogs and make DAEDALUS_SDL Switch for PSP wally4000 2024-05-28 11:17:04 +10:00
  • 6f52ec47a2 This work could be duplicated.. wally4000 2024-05-28 06:38:09 +10:00
  • 0b5a48d8d1 Fix some memory leaks wally4000 2024-05-28 08:06:27 +10:00
  • 7fa7e717a4 Destroy the SDL_TTF texture when done, otherwise leak wally4000 2024-05-28 06:55:12 +10:00
  • 36aed19521 Make sure we destroy the texture, otherwise we leak wally4000 2024-05-27 16:26:53 +10:00
  • 129d86d505 Replace Functor Class with Lambdas wally4000 2024-05-13 10:28:52 +10:00
  • 9a1c0f374a No this is not a CLI wally4000 2024-05-13 06:50:04 +10:00
  • 5f9c87f46f Clean up files a bit wally4000 2024-05-09 15:44:18 +10:00
  • 4001a495d9 More UI fixes z2442 2024-04-29 20:58:28 -04:00
  • 4019b7bc70 disable text wrap in GL seems to fail with the font. z2442 2024-04-29 20:47:21 -04:00
  • 6a84fe8679 audio plugin fix for linux -> disable pthread on linux build z2442 2024-04-29 19:12:15 -04:00
  • 1b37ea8b13 Fixing pause and menu screen z2442 2024-04-23 19:43:55 -04:00
  • 930b56e8b8
    Update README.md Sam Jones 2024-02-02 10:14:20 -05:00
  • b232047a3e
    Merge pull request #62 from DaedalusX64/PSP_Build_fix Ben 2024-01-27 15:41:18 +11:00
  • 4de4e22eac Revert Vector change, build as a PRX Wally4000 2024-01-26 15:09:43 +11:00
  • f6e02db64f
    Update README.md Ben 2023-12-29 12:32:21 +11:00
  • 6d91f86345
    Merge pull request #59 from krazynez/master Ben 2023-12-29 11:48:58 +11:00
  • 761e41b25d fixed more warnings Brennen Murphy 2023-12-28 08:08:10 -05:00
  • c366a9fcf4 updated workflow to prevent warnings Brennen Murphy 2023-12-28 07:50:16 -05:00
  • 694d6faad5 Use a generic x64 extention method Howard Su 2023-12-16 21:13:30 +08:00
  • 9847623da4 Fix compile warnings Howard Su 2023-12-16 20:56:53 +08:00
  • a5a435e5fd
    Update CodeGenerator.h Howard Su 2023-12-16 21:30:50 +08:00
  • 829e3ddfa7 Fix build for x64 Howard Su 2023-12-16 02:59:04 -08:00
  • 5ccbcee84a fix CTR build Howard Su 2023-12-16 01:36:06 -08:00
  • b58f0bc9e7 Move ARM and PSP shared dynarec code into upper level Howard Su 2023-12-16 01:07:11 -08:00
  • 02ed5bb081 Remove unused code in x86/x64 code Howard Su 2023-12-15 22:46:28 -08:00
  • 6ae13c7134 Move common code to CodeGeneratorImpl class Howard Su 2023-12-15 22:46:08 -08:00
  • 299bad4983
    Merge pull request #56 from howard0su/dynarec_norm Ben 2023-12-16 18:57:33 +11:00
  • 8ad213b4cb De-duplicate register cache code Howard Su 2023-12-15 22:21:38 -08:00
  • df2fc99f85
    Merge pull request #55 from howard0su/linux_dynarec Ben 2023-12-13 23:43:04 +11:00
  • 13a8103c4c Fix a merge error for linux x64 dynarec Howard Su 2023-12-12 15:59:53 +08:00
  • 90941e82cb
    Merge pull request #54 from howard0su/w32_audio Ben 2023-12-12 16:03:10 +11:00
  • e957638bb3 Defaut to use async process ALIST on Windows Howard Su 2023-12-12 11:30:43 +08:00
  • 3e2a6d2002
    Merge pull request #49 from howard0su/pspui Ben 2023-12-12 08:30:25 +11:00
  • 0f48c67f36 Fix a bug in x64 dynarec Howard Su 2023-12-12 00:18:30 +08:00
  • f9e0d9873b Fix PSP build Howard Su 2023-12-11 07:16:01 -08:00
  • b903b064aa Move UIContext to Graphics Howard Su 2023-12-11 21:04:13 +08:00
  • a754796a60 Fix 3DS build Howard Su 2023-12-11 20:44:33 +08:00
  • 7d6d937055 Fix CI windows build Howard Su 2023-12-11 20:32:56 +08:00
  • 6f4bd8824f Fix 3ds build Howard Su 2023-12-11 20:32:29 +08:00
  • 9adbe815a2 Fix env in workflow yml Howard Su 2023-12-11 20:18:05 +08:00
  • b986a52c7c
    Merge branch 'master' into pspui Howard Su 2023-12-11 20:14:13 +08:00
  • e77fccb99d
    Add 3DS CI build (#53) Ben 2023-12-11 23:12:47 +11:00
  • b1609f80cc Add vcpkg installation script Howard Su 2023-12-11 08:17:50 +08:00
  • 1a4101c635 How about the entire folder isntead? wally4000 2023-12-11 16:52:38 +11:00
  • 05b97f7633 Why is roms.ini a joke :( wally4000 2023-12-11 16:41:28 +11:00
  • 7489b95b52 bareee minimum wally4000 2023-12-11 16:37:43 +11:00
  • 0cb538f12f Minimal for testing, tar is failing wally4000 2023-12-11 16:32:27 +11:00
  • 02ead118e6 hmm wally4000 2023-12-11 16:26:28 +11:00
  • c332f14714 Add missing resources for CTR wally4000 2023-12-11 16:18:05 +11:00
  • 3e56222190 Remove redundant build-CIA Script wally4000 2023-12-11 16:13:21 +11:00
  • 09f0dc2923 romfs dir is case sensitive wally4000 2023-12-11 16:07:51 +11:00
  • 2d3a45bbd7 Try this again wally4000 2023-12-11 15:59:29 +11:00
  • 0abca1cdfb Fix makerom deps wally4000 2023-12-11 15:32:04 +11:00
  • 4ac5d38994 Use my tree for makerom (for now) wally4000 2023-12-11 15:27:07 +11:00
  • c944083f06 Correct the path. wally4000 2023-12-11 15:17:12 +11:00
  • 9af91a418d tidy up CTR wally4000 2023-12-11 15:14:41 +11:00
  • d808a754d2 Need G++ for makerom. wally4000 2023-12-11 15:13:45 +11:00
  • f04400280a Daedalus_CTR now compiles all required assets wally4000 2023-12-11 15:10:56 +11:00
  • b195c5b910 Here goes nothing wally4000 2023-12-11 14:19:17 +11:00
  • 00bb6d33d6 Fix Typo in snprintf wally4000 2023-12-11 14:03:45 +11:00
  • 737c7c9100 add imgui-picagl wally4000 2023-12-11 13:59:57 +11:00
  • 3e7da4426e No sudo wally4000 2023-12-11 13:56:59 +11:00
  • 1d651899e3 Should be good now wally4000 2023-12-11 13:55:42 +11:00
  • 5d34193178 G wally4000 2023-12-11 13:54:51 +11:00
  • 5c9a4fbf03 Maybe this will work wally4000 2023-12-11 13:52:29 +11:00
  • 39e8a03f23 Test2 wally4000 2023-12-11 13:45:03 +11:00
  • a2d962ea13 bah wally4000 2023-12-11 13:39:29 +11:00
  • 03968251c6 g wally4000 2023-12-11 13:37:37 +11:00
  • 393d6caadd Hmm debug time wally4000 2023-12-11 13:36:47 +11:00
  • 04eba29d78 And again wally4000 2023-12-11 13:33:28 +11:00
  • f5825feabc maybe the " was missing how dare. wally4000 2023-12-11 13:32:46 +11:00
  • 243d779a51 Maybe wally4000 2023-12-11 13:32:01 +11:00
  • 3c12b34663 Whoops wally4000 2023-12-11 13:30:10 +11:00
  • 13924d8641 Checking if DEVKITARM is set wally4000 2023-12-11 13:29:13 +11:00
  • 3399674ba4 Will this work? wally4000 2023-12-11 13:25:48 +11:00
  • 465c60b065 maybe this will work wally4000 2023-12-11 13:18:45 +11:00
  • e27a3876b4 Test wally4000 2023-12-11 13:11:44 +11:00
  • eabe63cc93 Try GH_ENV again wally4000 2023-12-11 13:09:58 +11:00