Commit graph

151 commits

Author SHA1 Message Date
Logan McNaughton
5409b0f5d4
use spin sleep for more accurate VI timing (#97) 2024-12-29 12:06:59 +01:00
Logan McNaughton
f9de4110ce
Bump to 0.1.12 (#96) 2024-12-23 12:09:18 +01:00
Logan McNaughton
0eadc38917
fix out-of-bound access in sram (#95) 2024-12-23 11:20:09 +01:00
Logan McNaughton
a40e795036
deal with out-of-bounds reads for RDRAM->RSP DMA (#94) 2024-12-23 10:15:30 +01:00
dependabot[bot]
b70c943a43
Update eframe requirement from 0.29 to 0.30 (#93)
Updates the requirements on [eframe](https://github.com/emilk/egui) to permit the latest version.
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emilk/egui/compare/0.29.0...0.30.0)

---
updated-dependencies:
- dependency-name: eframe
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-17 06:52:15 +01:00
dependabot[bot]
c962589478
Update governor requirement from 0.7 to 0.8 (#92)
Updates the requirements on [governor](https://github.com/boinkor-net/governor) to permit the latest version.
- [Release notes](https://github.com/boinkor-net/governor/releases)
- [Changelog](https://github.com/boinkor-net/governor/blob/master/release.toml)
- [Commits](https://github.com/boinkor-net/governor/compare/v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: governor
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-11 06:46:17 +01:00
Logan McNaughton
6dec154351
Bump to 0.1.11 (#91) 2024-11-10 23:01:50 +01:00
Logan McNaughton
ca33797973
Update parallel-rdp (#90) 2024-11-10 22:53:53 +01:00
dependabot[bot]
8d331e1aed
Update governor requirement from 0.6 to 0.7 (#88)
Updates the requirements on [governor](https://github.com/boinkor-net/governor) to permit the latest version.
- [Release notes](https://github.com/boinkor-net/governor/releases)
- [Changelog](https://github.com/boinkor-net/governor/blob/master/release.toml)
- [Commits](https://github.com/boinkor-net/governor/compare/v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: governor
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-22 05:07:08 +02:00
Logan McNaughton
5e7f562d0d
update eframe to 0.29 (#87) 2024-10-18 21:22:51 +02:00
dependabot[bot]
14e3fe2a55
Update rfd requirement from 0.14 to 0.15 (#86)
Updates the requirements on [rfd](https://github.com/PolyMeilex/rfd) to permit the latest version.
- [Release notes](https://github.com/PolyMeilex/rfd/releases)
- [Changelog](https://github.com/PolyMeilex/rfd/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PolyMeilex/rfd/compare/0.14.0...0.15.0)

---
updated-dependencies:
- dependency-name: rfd
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-18 21:14:29 +02:00
Logan McNaughton
b1c6dd2910
Add unsafe keyword for extern C (#83) 2024-10-17 20:35:39 +02:00
Logan McNaughton
e87c4736ee
Update parallel-rdp (#80) 2024-10-07 14:35:12 +02:00
Logan McNaughton
e9e1e000c2
Bump to 0.1.10 (#79) 2024-09-02 20:07:27 +02:00
Logan McNaughton
bc83dd26ee
Update parallel-rdp (#78) 2024-09-02 19:57:47 +02:00
Logan McNaughton
ae97990308
Add x86_64 build flag for parallel-rdp (#77)
* Add x86_64 build flag for parallel-rdp

* Fix flag

* Update build.rs
2024-08-28 12:35:52 +02:00
Logan McNaughton
e02ac09703
Fix build target for optimizations (#76) 2024-08-25 23:01:52 +02:00
Logan McNaughton
4cbdae2fce
Bump version to 0.1.9 (#75) 2024-08-25 17:58:42 +02:00
Logan McNaughton
877eff0fd4 update parallel rdp 2024-08-25 16:52:13 +02:00
Logan McNaughton
b560944234
Update eframe to 0.28 (#74) 2024-07-04 22:19:05 +02:00
Logan McNaughton
c6bfea5018
Update rust sdl2 to 0.37 (#72) 2024-06-14 01:35:46 -06:00
Logan McNaughton
74db103659
Bump to 0.1.8 (#69) 2024-06-13 14:48:29 -06:00
Logan McNaughton
fb756d5d94
Update parallel rdp (#67) 2024-06-13 14:08:01 -06:00
Logan McNaughton
bdd15e340b
Add annotations suggested by linter (#68) 2024-06-13 14:04:32 -06:00
Logan McNaughton
f9dbaeeb23
Update RDP (#66) 2024-06-04 07:51:23 -06:00
Logan McNaughton
d644617d62
Fix some crashes with test rom (#64)
* Fix some crashes with test rom

* fix lint
2024-05-30 19:49:56 -06:00
Logan McNaughton
bbb0bd1447
re-enable mac os build (#63)
* re-enable mac os build

* collapse
2024-05-29 07:26:24 -06:00
Logan McNaughton
711edef9cc update parallel rdp 2024-05-29 07:09:16 -06:00
Logan McNaughton
64dae8970d
Bump ver to 0.1.7 (#62) 2024-05-27 13:35:34 -06:00
Logan McNaughton
4da7cd0551
Update parallel-rdp WSI integration (#61)
* Update parallel-rdp WSI integration

* fix build

* disable mac build
2024-05-27 13:23:56 -06:00
Logan McNaughton
ce5ee30ef0 Update parallel rdp 2024-05-27 12:37:21 -06:00
dependabot[bot]
9eb4e73c4d
Update zip requirement from 1.1 to 2.1 (#60)
Updates the requirements on [zip](https://github.com/zip-rs/zip2) to permit the latest version.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/compare/1.1.0...v2.1.0)

---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-26 20:54:48 -06:00
Logan McNaughton
3b1ef2938d
Bump version to 0.1.6 (#57) 2024-05-24 11:49:22 -06:00
Logan McNaughton
b8ce85b9fd update parallel rdp 2024-05-24 11:22:14 -06:00
Logan McNaughton
49ba66f0a3
Fix linter errors (#55) 2024-05-02 07:29:48 -06:00
dependabot[bot]
0bad5999c1
Update zip requirement from 0.6 to 1.1 (#53)
---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-21 20:44:19 -06:00
dependabot[bot]
2911be7deb
Update sevenz-rust requirement from 0.5 to 0.6 (#52)
---
updated-dependencies:
- dependency-name: sevenz-rust
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-07 20:49:42 -06:00
dependabot[bot]
7ea1516d52
Update eframe requirement from 0.26 to 0.27 (#51)
Updates the requirements on [eframe](https://github.com/emilk/egui) to permit the latest version.
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emilk/egui/compare/0.26.0...0.27.0)

---
updated-dependencies:
- dependency-name: eframe
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-26 20:53:38 -06:00
Logan McNaughton
3bac21a908
bump version to 0.1.5 (#50) 2024-03-21 12:05:28 -06:00
Logan McNaughton
182cb78649
Use rust stable (#39) 2024-03-21 07:19:34 -06:00
Logan McNaughton
42919d141a
clean up RFD features (#49) 2024-02-25 19:25:26 -07:00
dependabot[bot]
979c3666df
Update rfd requirement from 0.13 to 0.14 (#48)
Updates the requirements on [rfd](https://github.com/PolyMeilex/rfd) to permit the latest version.
- [Release notes](https://github.com/PolyMeilex/rfd/releases)
- [Changelog](https://github.com/PolyMeilex/rfd/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PolyMeilex/rfd/compare/0.13.0...0.14.0)

---
updated-dependencies:
- dependency-name: rfd
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-25 19:18:51 -07:00
Logan McNaughton
4ff7a640d8
Update rust beta (#44) 2024-02-08 07:29:35 -07:00
dependabot[bot]
97928e1612
Update eframe requirement from 0.25 to 0.26 (#46)
Updates the requirements on [eframe](https://github.com/emilk/egui) to permit the latest version.
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emilk/egui/compare/0.25.0...0.26.0)

---
updated-dependencies:
- dependency-name: eframe
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-05 21:17:15 -07:00
Logan McNaughton
19354fe732
bump version to 0.1.4 (#41) 2024-01-28 12:42:20 -07:00
Logan McNaughton
febf321d58
Update download link (#42) 2024-01-28 12:33:52 -07:00
Logan McNaughton
1dcfe3a25d
Use sdl crate v0.36 (#40) 2024-01-28 12:11:56 -07:00
Logan McNaughton
93aafafa75
Remove string_remove_matches (#38) 2024-01-22 08:47:57 -07:00
Logan McNaughton
44dd53b367
round_ties_even is default now (#37) 2024-01-22 08:31:19 -07:00
Logan McNaughton
1ffa586789
bump version to 0.1.3 (#36) 2024-01-14 21:05:28 -07:00