Commit graph

  • 7e66a9af84 Updates for game registering dcvz 2024-05-28 01:07:50 +02:00
  • e3e7024342
    Remove librecomp usage from ultramodern (#23) Anghelo Carvajal 2024-05-30 22:56:45 -04:00
  • dbe3b888fc Fix missing rename Angie 2024-05-30 21:50:05 -04:00
  • d0fc2202cc Remove recomp::message_box angie 2024-05-30 18:05:15 -04:00
  • d57405eddc review angie 2024-05-30 08:43:01 -04:00
  • 7bdafc6f04 Add rsp.cpp to librecomp cmake file Angie 2024-05-25 19:31:52 -04:00
  • 6a7663477c Rename rsp_stuff.hpp to rsp.hpp Angie 2024-05-25 19:24:59 -04:00
  • 63d0c7f85a Move most RSP stuff to librecomp Angie 2024-05-25 19:22:53 -04:00
  • 06a8c5070a Add ultramodern::set_callbacks and some other cleanups Angie 2024-05-25 17:52:44 -04:00
  • 048a3172d7 Remove UserCallbacks in favor of threads_callbacks_t Angie 2024-05-25 16:05:35 -04:00
  • d582b9e6fa error_handling.hpp Angie 2024-05-25 15:45:44 -04:00
  • f5dd551e9e Move destroy_ui to gfx_callbacks_t and change recomp::start to require rsp_callbacks_t angie 2024-05-23 09:24:33 -04:00
  • 0da09d45c1 move RSP callbacks (and related RSP stuff) to its own file Angie 2024-05-22 23:28:53 -04:00
  • 57b83acb69 Implement RSP callbacks angie 2024-05-21 12:29:07 -04:00
  • 0df06daf44 Start setting up user callbacks system Angie 2024-05-20 23:39:11 -04:00
  • 6dce8c2fc2
    CMake fixes to allow building this repo as a submodule (#25) Anghelo Carvajal 2024-05-30 03:16:07 -04:00
  • 62dce31952 Remove building rt64 in favour of consumer's rt64 angie 2024-05-27 17:44:28 -04:00
  • 1e8623266e Fix building as submodule angie 2024-05-27 17:33:09 -04:00
  • 35d6ec1752 Finish wiring stuff up move_pak_and_controller_to_ultramodern angie 2024-05-27 15:53:09 -04:00
  • ca53e8f85a Placeholders for the rest angie 2024-05-26 19:30:13 -04:00
  • 8736a16c63 Setup pak.cpp angie 2024-05-26 18:50:25 -04:00
  • 3ddeb07d85
    Add CI workflows (#21) David Chavez 2024-05-25 10:06:17 +02:00
  • 17035b3735
    Update validate.yml David Chavez 2024-05-25 01:23:27 +02:00
  • b661ebaca9 Add explicit names dcvz 2024-05-25 00:37:37 +02:00
  • 840d9777a3 Include arm64 Linux dcvz 2024-05-25 00:29:14 +02:00
  • 82c70255ad Use available CPU cores on Windows dcvz 2024-05-25 00:14:04 +02:00
  • 9a471c4f97
    Update validate.yml David Chavez 2024-05-25 00:12:19 +02:00
  • 1263147cbe
    Update validate.yml David Chavez 2024-05-25 00:11:38 +02:00
  • c593872d54 Only trigger on pushes to main dcvz 2024-05-25 00:10:37 +02:00
  • f8d230c0b3 Add missing array header dcvz 2024-05-24 23:36:07 +02:00
  • f37f0d4ae5 Different import for windows file paths dcvz 2024-05-24 23:20:33 +02:00
  • 05f7b29e05 Add missing header dcvz 2024-05-24 23:07:50 +02:00
  • e67fe70f99 bypass window’s min macro dcvz 2024-05-24 23:00:30 +02:00
  • f9b3c21ffd Add workflow dcvz 2024-05-24 22:46:35 +02:00
  • 72bc656c5e Add overlays (#5) dcvz 2024-05-24 21:44:11 +02:00
  • ca9425d7c2 Address review feedback dcvz 2024-05-24 21:41:41 +02:00
  • ce63a90d47 Separate registration for patch overlays dcvz 2024-05-24 11:48:26 +02:00
  • 70b31c2c9f
    Add overlays (#5) David Chavez 2024-05-24 01:33:24 +02:00
  • 9c3da3844a Allow registering sections and overlays angie 2024-05-23 18:00:08 -04:00
  • 1d26501fe9 librecomp now builds, it should be a bit broken tho angie 2024-05-23 10:37:02 -04:00
  • 195a6cacf8 Make section_addresses dynamic dcvz 2024-05-22 14:47:18 +02:00
  • 03d286191f Undo change David Chavez 2024-05-22 13:37:01 +02:00
  • 32597cedb1 Remove extra stuff David Chavez 2024-05-22 13:35:20 +02:00
  • a18247adab Expect overlays to be set David Chavez 2024-05-22 13:34:05 +02:00
  • c9194895e0 Use prebuild image chore/dev-container dcvz 2024-05-22 12:05:58 +02:00
  • 32632ab2ff
    Game Registration API (#1) David Chavez 2024-05-22 04:03:39 +02:00
  • 2060d30d8a Address feedback dcvz 2024-05-22 03:52:57 +02:00
  • 59f29adc1c Within ultramodern use “” syntax for headers dcvz 2024-05-22 00:34:18 +02:00
  • 02da48533c Add dev container dcvz 2024-05-21 21:59:19 +02:00
  • 8359984feb Merge branch 'main' into feat/generic-game dcvz 2024-05-21 21:39:33 +02:00
  • 2430c82cbd
    Fix building ultramodern (#2) Anghelo Carvajal 2024-05-20 12:38:13 -04:00
  • 7f55d26948
    Convert indentation to spaces (#3) Wiseguy 2024-05-20 08:49:11 -04:00
  • a53ca9d4ec Remove sdl2 dll copy Angie 2024-05-19 22:19:38 -04:00
  • 5c50f256bd Convert indentation to spaces (besides libraries) Mr-Wiseguy 2024-05-19 21:04:29 -04:00
  • a0599bd31a what Angie 2024-05-19 21:00:17 -04:00
  • c38bfa8483 Remove Xrandr Angie 2024-05-19 20:58:43 -04:00
  • 5f5268bc77 Commented out warnings Angie 2024-05-19 20:52:26 -04:00
  • 284904268f 4 spaces Angie 2024-05-19 20:48:34 -04:00
  • fd292fcc2c It builds Angie 2024-05-19 20:43:07 -04:00
  • bebea61b9e Cleanup dcvz 2024-05-20 02:10:27 +02:00
  • 4408381f6f force passing game_id to keep compatibility with existing saves dcvz 2024-05-20 01:59:01 +02:00
  • 9307b56f46 Finish integration dcvz 2024-05-20 01:35:12 +02:00
  • c17972c557 Add rt64 paths to ultramodern cmake Angie 2024-05-19 19:10:41 -04:00
  • 72d69917ec gitignore Angie 2024-05-19 19:10:19 -04:00
  • 137009940c Begin game registration dcvz 2024-05-19 23:38:51 +02:00
  • b47b52f540 Add CMakeLists dcvz 2024-05-19 22:31:47 +02:00
  • 3504a4c71f Added ultramodern and librecomp from Zelda64Recomp, added rt64 submodule, added README Mr-Wiseguy 2024-05-19 15:04:28 -04:00
  • 39dffbb9e9 Initial commit Mr-Wiseguy 2024-05-19 14:13:47 -04:00