Stephanie Gawroriski
8223b6fd76
No longer crash the Qt interface if it could not initialize audio.
2024-06-14 18:56:56 -04:00
Stephanie Gawroriski
304c0855c1
Add license file; Add Windows icon resource.
2021-07-16 08:03:14 -04:00
Stephanie Gawroriski
932f224580
Add threads to build (needed for mingw-64 POSIX and Linux); Dedication within CMake.
2021-07-15 23:50:01 -04:00
Stephanie Gawroriski
f631649bf7
Bring in the Qt interface into CMake; Fixes for Visual Studio build.
2021-07-15 23:27:00 -04:00
meepingsnesroms
815f061683
Some fixes
2019-11-26 15:15:19 -08:00
meepingsnesroms
97f8f85021
Make release mode work in QT
2019-11-26 14:06:10 -08:00
meepingsnesroms
126b2cf20f
Clean up and increase safety with multiple device and ROM versions
2019-11-25 20:44:48 -08:00
meepingsnesroms
daf0aede3d
Remove sandbox, it was all unused 68k stuff anyway
2019-11-25 18:41:41 -08:00
meepingsnesroms
f768615984
Palm m500 support Part 1, not booting again
2019-11-25 18:25:00 -08:00
meepingsnesroms
9d41480371
Cleanups and plarity fix for TPS65010 INT pin
2019-11-20 12:09:34 -08:00
meepingsnesroms
de8c733340
Add uARM as reference CPU core
2019-11-20 10:02:38 -08:00
meepingsnesroms
3b009d7131
Clean up logs after so many entrys, log all DAL function calls
2019-11-15 10:54:42 -08:00
meepingsnesroms
c303c7426b
Switch ARMv5 to virtual addresses, they where already used(and the only option) for 68k
2019-11-14 13:27:20 -08:00
meepingsnesroms
0372fdbaff
Can now copy from log output
2019-11-11 16:21:46 -08:00
meepingsnesroms
863cd964bd
Decompiling now supported directly in the emu, cleanups
2019-11-11 15:36:44 -08:00
meepingsnesroms
4712e77413
Cleanups, add missing button, log PC for more events
2019-11-07 12:20:18 -08:00
meepingsnesroms
c72edbfa1b
Remove old CPU core linkage
2019-09-23 10:33:59 -07:00
meepingsnesroms
68c9e28c08
Implement more of the TSC2101
2019-08-22 13:50:57 -07:00
meepingsnesroms
7ab964efcb
Attach IC memory accessors
2019-08-15 16:22:23 -07:00
meepingsnesroms
8dcf19d2e1
Add namespaces to vars and make chip define headers subfiles of there chips
2019-08-15 15:21:45 -07:00
meepingsnesroms
aa196cb87f
Remove custom driver stuff, no longer needed
2019-08-15 15:12:36 -07:00
meepingsnesroms
d4b9997d43
Add TSC2101 protocol handler
2019-08-13 17:39:57 -07:00
meepingsnesroms
0d87bf2610
Add most of SSP SPI port
2019-08-10 21:35:23 -07:00
meepingsnesroms
99da94a143
More SSP regs
2019-08-09 12:43:16 -07:00
meepingsnesroms
ca89c58c1a
Add SSP files
2019-08-08 21:59:49 -07:00
meepingsnesroms
771856944b
Finish PXA255 references, update uARM to latest
2019-08-08 18:48:56 -07:00
meepingsnesroms
6bfae8fcb2
Try to implement basic CPU timing, untested
2019-07-31 15:47:42 -07:00
meepingsnesroms
430ebc01a0
Add I2C accessors
2019-07-30 11:32:57 -07:00
meepingsnesroms
d67233cc8e
Add skeleton files for some T3 chips
2019-07-30 09:58:44 -07:00
meepingsnesroms
81bbcd20f0
Allow setting OS version number to something other than 4/5
2019-07-22 12:14:00 -07:00
meepingsnesroms
94f4c09d54
Rename to PXA260, PXA255 is almost identical and that naming is misleading
2019-06-12 18:41:38 -07:00
meepingsnesroms
452d5030a1
Update ARM debug functions, allow QT port to compile without OS 5 support
2019-06-12 10:23:45 -07:00
meepingsnesroms
1bb71d8aec
Postpone some stuff to next release
2019-06-09 12:00:44 -07:00
meepingsnesroms
0337882c4f
Remove QPixmap and switch to QImage for rendering
...
Need to test if this fixes Android.
2019-06-09 10:52:11 -07:00
meepingsnesroms
37f4b859aa
Cleanups, implement FEATURE_SYNCED_RTC, allow disabling graffiti
...
Also patched RetroArch makefile again, this will enable ARM on more platforms, possibly causing more build issues when merged.
2019-06-02 22:12:49 -07:00
meepingsnesroms
5c89783ea0
Cleanups, fix armv7 dynarec issue
2019-05-28 15:18:25 -07:00
meepingsnesroms
5c1547467b
Completley redo how launcher works
...
RetroArch still works.
Also tested .img file with a separate .info file in RetroArch and it worked.
2019-05-27 15:20:42 -07:00
meepingsnesroms
8e9ef22f42
Fix another state path issue
...
Also disabled keyboard focus so mapping keys like space and enter dont do anything weird.
2019-05-26 22:58:51 -07:00
meepingsnesroms
892359f226
Fix state manager not loading state list when opened
2019-05-26 22:14:06 -07:00
meepingsnesroms
d46e146ae7
Prevent invalid paths and get custom state dirs working
2019-05-26 20:08:45 -07:00
meepingsnesroms
9384fc37a8
Crop whitespace from svgs
...
All button images are the around the same size now instead of some being tiny.
2019-05-26 15:59:28 -07:00
meepingsnesroms
967c2f3ec1
Pause emu while selecting new content and select files again now that files can be installed after boot
2019-05-26 12:11:52 -07:00
meepingsnesroms
f0b9d524a6
Fix 4 bugs
...
Prevent the standard case from overwriting EMU_SUPPORT_PALM_OS5 := 1 from the jni makefile.
Remove unsupported __builtin_expect(x, y) from MSVC compilers.
Use <*.h> headers instead of <c*> headers for C headers in C++11 for RetroArchs weird Mac OS toolchain.
Remove unused <mutex> header for RetroArchs weird Mac OS toolchain.
2019-05-26 09:59:03 -07:00
meepingsnesroms
97e00aaef2
Launcher now successfuly skips touch calibration
...
More work on keeping OS 4 and 5 separate too.
2019-05-23 17:23:31 -07:00
meepingsnesroms
ab4788c921
Major speed and launcher cleanups
2019-05-23 15:25:15 -07:00
meepingsnesroms
c4eec6864b
Launcher now makes filesystem images but the OS wont execpt them
2019-05-22 18:06:18 -07:00
meepingsnesroms
9b09d19e19
Switch to Tungsten T3, widescreen is more important than a keyboard
2019-05-22 14:51:00 -07:00
meepingsnesroms
1d693ae10d
Fix some buggy stuff
2019-05-19 15:55:38 -07:00
meepingsnesroms
1b3336c9af
Clean up file accesses in frontend, remove timing hack, seems to be working
2019-05-19 13:45:56 -07:00
meepingsnesroms
4d88e893e0
Launcher work
...
Gonna try and make the launcher as simple as possible, no zip files, the frontend can handle that if it wants.
Going to make the Qt port launch directorys instead of files too since the file dialog only allows selecting files or directorys and some apps have resource files.
2019-05-18 20:01:28 -07:00