Commit graph

43 commits

Author SHA1 Message Date
Jakub Czekański
2fd53255fd ci: migrate deploys to Github Actions
ci: removed Travis CI config
2020-12-21 02:47:30 +01:00
Dylan Smit
9f2ae48513 Fixed PlayStation name in Readme 2020-12-01 19:06:00 +01:00
Jakub Czekański
f841d8e930 ci: moved .travis to .ci 2020-11-19 13:10:30 +01:00
Jakub Czekański
bcf4b52ecb gui: lower requirements to OpenGL 3.1 2020-11-02 22:56:35 +01:00
Jakub Czekański
a454667614 readme: simplified cloning instructions 2020-10-26 18:42:54 +01:00
Jakub Czekański
f715365f56 cd: added .ecm file format support #41
Due to ECM format design it is impossible to access data in random order.
Whole file needs to be processed first to build LUT table for offsets of sectors in .ecm file.
This implementation loads the whole processed file to RAM which will result in up to 800MB allocated by emulator when loading .ecm file.
Loading might freeze emulator for few seconds depending on drive speed - loader is single-threaded for now.
2020-06-28 01:30:33 +02:00
Jakub Czekański
dafc98d13b system: added fastboot 2020-06-07 02:29:30 +02:00
Jakub Czekański
a516535cc1 premake: build SDL2 as subproject for Windows 2020-05-25 00:57:05 +02:00
Jakub Czekański
05827d2dea readme: update screenshots 2019-09-27 16:07:01 +02:00
Jakub Czekański
e3ce3f8c71
Save state (#63)
* savestate: serialize/deserialize emulator state #56

* debug: refactor debug classes

* gui: refactoring

* gui: refactored remaining windows

* system: moved system helpers to separate namespace

* github: update template to include save state info

* premake: use tabs
2019-09-17 15:21:50 +02:00
Jakub Czekański
bd640f2c9e controller: added vibration support 2019-09-05 22:09:48 +02:00
Jakub Czekański
bb02ebff8f disc: added Subchannel Q support - LibCrypt games are playable 2019-09-02 02:36:19 +02:00
Jakub Czekański
4e828188f2 main: cleanup 2019-08-30 23:46:27 +02:00
Jakub Czekański
e9d17e3053 project: back out from AVX requirement to SSE3 2019-08-17 16:45:15 +02:00
Jakub Czekański
d5f61d1219 ci: skip deploy on vs2017 images 2019-07-31 21:30:54 +02:00
Jakub Czekański
b097849f77 ci: added artifact deployment
readme: add link to builds page
2019-07-31 20:52:41 +02:00
Jakub Czekański
c7a1b1022a readme: links to vs2019 builds, update instructions 2019-06-20 15:25:37 +02:00
Jakub Czekański
1c6e874ac7 ci: added Android builds 2019-05-25 07:42:24 +02:00
literalmente-game
0b6ce3cf9a
Update README.md 2019-03-29 23:43:53 -03:00
literalmente-game
bcf1626275
Update README.md
typo fix
2019-03-17 04:16:13 -03:00
Jakub Czekański
616bfeddfd readme: update changelog 2019-03-13 20:44:51 +01:00
Jakub Czekański
29c488d7fa project: update Readme, add build instructions and requirements #43 2019-01-21 09:39:58 +01:00
literalmente-game
08cfb9ad89
Update README.md
Fix typo
2018-12-18 22:47:35 -02:00
Jakub Czekański
e1acf37a7c readme: linked compability list 2018-12-18 01:18:20 +01:00
Jakub Czekański
9b411efcc2 chd: added support using modified libchdr #28
refactord disc/CD subsystem
2018-11-20 00:51:45 +01:00
literalmente-game
906c8ba11b
Update README.md 2018-11-17 20:34:36 -02:00
literalmente-game
02f8015383
Update README.md
Changed the compatibility list link to the new list
2018-11-17 20:26:17 -02:00
Jakub Czekański
2a8f94eb7b project: update Readme.md 2018-11-10 00:20:33 +01:00
Jakub Czekański
7cf23d0243 project: updated README.md 2018-08-27 03:59:27 +02:00
Jakub Czekański
5b4a7fda1f moving build notifications to Discord 2018-07-29 12:45:15 +02:00
Jakub Czekański
d431390637 project: added x64 download link and badge 2018-06-03 22:30:46 +02:00
literalmente-game
b6d3e0fbb9 Update README.md 2018-05-30 20:50:28 +02:00
Matthew Nguyen
476aa6eb72 Edited README.md (#13)
* Edited README.md

Cleaned up grammar in the README to increase clarity.  Restructured some sentences to improve clarity and concision.

* Fixed README info on Caetla

Fixed the information on Caetla
2018-03-22 10:08:47 +01:00
Jakub Czekański
3d56e995ce gui: change hide gui key (tilda) to F1 2018-03-07 21:48:17 +01:00
Jakub Czekański
a01b2be917 gui: hide ImGui using ~ key 2018-03-07 21:26:57 +01:00
Jakub Czekański
241f12fd4e project: update README.md 2018-03-02 00:06:21 +01:00
Jakub Czekański
ab2dd780a8 added download link on README.md 2017-09-07 16:15:29 +02:00
Jakub Czekański
17a18b5df2 examples in Readme 2017-09-05 18:59:21 +02:00
Jakub Czekański
77742facf4 changed to LF in project 2017-03-10 20:55:17 +01:00
Jakub Czekański
4c9bfee5fe add AppVeyor badge 2016-11-06 22:33:06 +01:00
Jakub Czekański
a0bc074497 add Travis CI build status 2016-11-06 21:40:02 +01:00
Jakub Czekański
b325c5ef87 No SDL2gfx, gpu fixes 2015-07-27 23:50:12 +02:00
Jakub Czekański
60ad59da1e Folder structure 2015-07-11 13:22:42 +02:00