Commit graph

250 commits

Author SHA1 Message Date
dependabot[bot]
3e4efe110b
Update eframe requirement from 0.24 to 0.25 (#33)
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.24.0...0.25.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-01-08 19:36:18 -07:00
dependabot[bot]
981a8e8f05
Bump actions/upload-artifact from 3 to 4 (#32)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-14 19:56:37 -07:00
Logan McNaughton
13d6992ca1 bump ver to 0.1.2 2023-11-24 09:03:23 -07:00
Logan McNaughton
5af1c1f7ee
Update eframe/egui (#29) 2023-11-24 09:03:01 -07:00
Logan McNaughton
00c236ce8c fix linter 2023-11-05 21:51:41 -07:00
Logan McNaughton
034fa7c29c fix window resize 2023-11-05 20:31:08 -07:00
Logan McNaughton
ac30d7a6dd update ver to 0.1.1 2023-11-05 20:08:59 -07:00
Logan McNaughton
e848789965
Create FUNDING.yml 2023-11-04 12:54:15 -06:00
Logan McNaughton
2f1a1b1479 fix small gui bug 2023-11-03 09:03:01 -06:00
Logan McNaughton
52caa9cee3 more 2023-11-02 12:44:49 -06:00
Logan McNaughton
e848bfbd81 fix crash 2023-11-02 12:17:39 -06:00
Logan McNaughton
cce163921e
gui (#24)
* gui

* name

* more

* more

* fix

* warn

* more

* remove dnd

* more

* more

* more

* more

* more

* more

* more

* more

* more

* linter

* more

* more

* more

* more

* linter

* more

* linter

* fix

* more
2023-11-02 10:45:11 -06:00
Logan McNaughton
268048f76c move func 2023-10-25 09:45:07 +03:00
Logan McNaughton
ecf894b74e
add windows icon (#23)
* add windows icon

* more
2023-10-24 16:07:31 +03:00
Logan McNaughton
53d2fd7806 add icon 2023-10-24 15:54:28 +03:00
Logan McNaughton
46625f3104
clippy fixes (#22)
* clippy fixes

* typo fix

* more

* more

* more

* more

* more

* more

* add workflow
2023-10-24 14:20:48 +03:00
Logan McNaughton
f969e71f17
don't use !0 (#21)
* don't use !0

* fix type
2023-10-24 02:45:22 -06:00
Logan McNaughton
94cfc61678
controller config (#19)
* controller config

* more

* list controllers

* add config file

* save at end

* fix path

* more

* clean

* readme

* more

* assign controller

* clear option

* more

* add bind profile

* pretty

* stub

* comments

* add comment

* move

* more

* use i

* use none

* add types

* more

* more

* more

* more

* more

* more controller stuff

* some joystick

* cleaner

* func

* func

* more

* clean

* more func

* more

* hat

* change defauly

* only p1

* bind using guid

* more

* windows

* add font

* more

* clean

* warnins

* more

* more

* more

* more

* more

* joystick

* clean

* more

* more
2023-10-23 21:44:14 +03:00
Logan McNaughton
887e561101
remove unused 2023-10-16 22:26:36 +03:00
Logan McNaughton
c3fb872d6f
rom saves (#18)
* rom saves

* more

* more

* more

* works but slow

* use json

* clean

* clean

* clean
2023-10-16 21:20:58 +03:00
Logan McNaughton
a75e7a08cb shift jis support 2023-10-15 19:56:54 +03:00
Logan McNaughton
77d9f65196
RTC (#17)
* RTC

* fix
2023-10-15 10:09:17 -06:00
Logan McNaughton
ffdf84e221
use desktop fullscreen mode (#16) 2023-10-14 14:41:18 -06:00
Logan McNaughton
62743d9637
fix branch offset (#15) 2023-10-14 14:19:38 -06:00
Logan McNaughton
46464e6ad9 zero alloc rdram 2023-10-14 07:31:30 -06:00
Logan McNaughton
7591416da4 move to function 2023-10-12 20:43:23 -06:00
Logan McNaughton
0c97320010 fix controller detection 2023-10-12 20:32:17 -06:00
Logan McNaughton
4abdb0d4f8 command and conquer boots 2023-10-12 20:28:09 -06:00
Logan McNaughton
39afb26bfc allow exiting full screen 2023-10-12 18:20:06 -06:00
Logan McNaughton
86326683bd fullscreen option 2023-10-12 18:11:08 -06:00
Logan McNaughton
2a077ae048 fix some rdp issues 2023-10-12 14:16:43 -06:00
Logan McNaughton
f345ab6968 avoid error 2023-10-12 12:51:17 -06:00
Logan McNaughton
6fa2292fe4 resizeable window 2023-10-12 12:21:58 -06:00
Logan McNaughton
0224d75bea
mempak support (#14)
* mempak support

* fix

* read and write

* format func

* formatting

* finish
2023-10-12 10:19:49 -06:00
Logan McNaughton
e9ef941707 7z support 2023-10-11 22:08:22 -06:00
Logan McNaughton
861abeb5cc only read first file 2023-10-11 21:22:11 -06:00
Logan McNaughton
a88b46ad52 zip support 2023-10-11 21:21:39 -06:00
Logan McNaughton
e1e19e76ab support swapped roms 2023-10-11 20:42:30 -06:00
Logan McNaughton
3f2a49eb21 fix dk64 2023-10-11 17:48:22 -06:00
Logan McNaughton
c8b9b707e5 dp freeze 2023-10-11 17:44:13 -06:00
Logan McNaughton
b468c05e80 6105 cic challenge 2023-10-11 17:35:52 -06:00
Logan McNaughton
80ea6b2c1f paper mario fixes 2023-10-11 17:13:49 -06:00
Logan McNaughton
f07a6d2714
flash saves (#13)
* flash saves

* clean

* remove byte swap
2023-10-11 17:05:23 -06:00
Logan McNaughton
02416a9786 use func 2023-10-11 13:24:20 -06:00
Logan McNaughton
2a137a8b62 cleanup sram 2023-10-11 13:21:50 -06:00
Logan McNaughton
fe2c7752ea standardize file size 2023-10-11 13:16:00 -06:00
Logan McNaughton
0f0565b8b7 fix powerpuff girls 2023-10-11 12:33:31 -06:00
Logan McNaughton
8fd7bef85d fix ppl 2023-10-11 12:23:14 -06:00
Logan McNaughton
010e0f3fd8 fix wdc 2023-10-11 10:36:06 -06:00
Logan McNaughton
3d94f14c5b wrapping sub 2023-10-10 21:31:51 -06:00