Commit Graph

71 Commits

Author SHA1 Message Date
TakaRikka c19a6aceb3 add option for only fishing once for sera's cat 2026-04-27 22:04:42 -07:00
Luke Street c78b153c8a Revert "Kinda crappy initial controller support"
This reverts commit cd87409298.
2026-04-27 21:55:57 -06:00
Luke Street cd87409298 Kinda crappy initial controller support 2026-04-26 21:01:41 -06:00
Luke Street 42037bddd2 Use GXDestroyCopyTex on map destroy
Resolves #469
2026-04-26 14:02:28 -06:00
Phillip Stephens 920d50d7e4 Quick PAD rumble fixes, add button to test rumble configuration 2026-04-25 22:51:39 -07:00
Luke Street 89c943bc7a Update aurora 2026-04-25 16:18:16 -06:00
Luke Street b61ff5b287 Update aurora for GXPeekZ
Resolves #281
Resolves #468
2026-04-24 22:10:56 -06:00
Luke Street a93973b9a8 Update aurora 2026-04-24 12:25:15 -06:00
CraftyBoss 5f0704bf25 update aurora, add pre launch option to determine save file type (gci or raw) 2026-04-23 23:31:07 -07:00
Luke Street 9202da4e8d Fix a couple issues for Xcode projects (#513)
* Link separate JSystem libraries due to control.cpp

This allows the Xcode generator to work, otherwise
it breaks on the duplicate control.o files within
the game_debug library.

* Fix __memcpy define on GCC

* Try LINK_GROUP:RESCAN for GNU ld

* Combine dusk/game_base/game_debug targets

* Fix compile defs syntax
2026-04-23 21:05:38 -06:00
Luke Street fff5fd163b Update aurora 2026-04-22 21:48:58 -06:00
Phillip Stephens 17d070083f Update aurora for fix 2026-04-21 19:25:28 -07:00
Luke Street 45a38d0ae5 Better fix for mirror crashes 2026-04-21 17:39:53 -06:00
Luke Street 58129fc8e7 Update aurora 2026-04-21 17:12:28 -06:00
Luke Street ccc5dfa8b9 Enable DoF (+ setting) & fix texture cache leak 2026-04-21 14:52:26 -06:00
Luke Street 4d138fe69f Reorganize ImGui menus (#456)
* Reorganize ImGui menus

* Fix crash_reporting.cpp

* Update aurora
2026-04-20 20:45:16 -06:00
Phillip Stephens b069f0312e Update aurora for CARDFormat speedup 2026-04-18 21:51:28 -07:00
Phillip Stephens 4e145396b5 Fix memory card not properly attaching on init. (#433)
* Fix memory card not properly attaching on init.

Previously the card status was forced to ready which caused quite a bit of default state getting set properly,
reverting that and setting mCardCommand to `COMM_ATTACH_e` allows the memory card system to properly probe and
detect the card status.

A companion fix in aurora addresses the "Memory Card corrupted" error message.

* Update aurora
2026-04-18 21:33:02 -07:00
Luke Street 58cf6b1211 Update aurora 2026-04-18 16:19:59 -06:00
Luke Street a1ad26ef76 Update aurora 2026-04-18 14:16:24 -06:00
Luke Street 7dba5738b6 Widescreen rework & IR scaling 2026-04-17 23:11:43 -06:00
Luke Street 6bef3015a1 And this too 2026-04-15 23:01:37 -06:00
Howard Luck d9207f15b2 Fix OSGetTime overflow on iOS/Android (#389)
* Fix OSGetTime overflow on iOS/Android

* Fetch latest aurora main
2026-04-15 09:10:45 -06:00
Luke Street c3524325e4 Add Win32 resources, icon & copy DLLs/res to install 2026-04-13 20:27:59 -06:00
Luke Street a38a78bea4 Update aurora 2026-04-12 13:15:52 -06:00
Irastris a3187966a4 Update Aurora 2026-04-10 21:16:22 -04:00
Luke Street 95191036f3 Big imgui overhaul 2026-04-09 23:11:10 -06:00
Luke Street 0714e9f153 Update aurora 2026-04-09 19:26:10 -06:00
TakaRikka 68716645cb a little controller config ui cleanup 2026-04-09 04:09:17 -07:00
Luke Street 462001d398 Add vsync toggle & honor fullscreen setting 2026-04-06 23:07:48 -06:00
Luke Street 7d9d041b7d Update aurora & fixes for OS header changes 2026-04-06 21:25:50 -06:00
CraftyBoss 1ec39a12af update aurora 2026-04-06 17:43:23 -07:00
madeline ac47d37377 update aurora sm 2026-04-05 17:05:34 -04:00
PJB3005 4981a8904b Fix compile by giving WIDESCREEN_SUPPORT a value 2026-04-05 17:03:24 -04:00
madeline 0188dc6d3e a 2026-04-04 22:22:34 -07:00
madeline a9a71331d6 fix .clangd on vscode 2026-04-04 22:22:18 -07:00
TakaRikka c7ad544b19 couple of hd qol toggles 2026-04-04 02:37:59 -07:00
Luke Street 4216165dfb Copy more imgui stuff from Metaforce 2026-04-03 17:04:22 -06:00
Luke Street 6cbb8ffc8b Update aurora & use new frame buffer API 2026-04-02 23:08:00 -06:00
TakaRikka 2019cabece add enhancements menu tab 2026-04-02 03:11:58 -07:00
Luke Street 2e920d510d Allow threads to gracefully shutdown 2026-04-01 18:30:12 -06:00
Irastris f2814da1b4 Update Aurora 2026-04-01 18:09:40 -04:00
Luke Street c027b6ef6a Update aurora & increase map resolution 2026-04-01 00:53:08 -06:00
Irastris 186e94e120 Update Aurora for CARD refactor 2026-03-31 23:31:45 -04:00
Max Roncace 427a27c803 Update Aurora for PAD fixes 2026-03-31 21:27:24 -04:00
Max Roncace 2a92672410 Update Aurora for input changes 2026-03-31 18:46:05 -04:00
Lurs 734d1e8945 Fix also the big map 2026-03-31 13:14:08 +02:00
Luke Street b109aa0273 Update GXSetArray usages (fixes & le arg) 2026-03-31 01:06:36 -06:00
Irastris a9dbfc5ddd Update Aurora submodule 2026-03-30 02:25:52 -04:00
Luke Street ba0caceca6 Update aurora 2026-03-29 15:42:26 -06:00