Commit graph

2771 commits

Author SHA1 Message Date
mrbenslater
e791226e2e Merge branch 'SDL2' of https://github.com/z2442/daedalus into SDL2 2019-02-18 14:31:52 +11:00
Wally4000
07b9834d18 Tidied up GraphicsContextGL, removed remaining glfw references 2019-02-18 13:47:10 +11:00
Wally
a4e4f15357 SDL is now working correctly.. just a bit slow 2019-02-18 13:27:11 +11:00
z2442
8333619626
file did not upload 2019-02-16 19:56:24 -05:00
mrbenslater
f60b5cd993 Something 2019-02-17 10:54:52 +11:00
z2442
d6107de159 New ME prx Barrowed from https://github.com/esmjanus/. Some minor fixes to get it working. 2019-02-15 21:48:20 -05:00
mrbenslater
3b7b47e16a More tinkering but no dice 2019-02-15 22:15:42 +11:00
mrbenslater
1b73c06860 Fix transparent screen for linux.. now it's just black 2019-02-15 21:34:50 +11:00
Ben Slater
06b0c9b15c add more stuff 2019-02-15 15:58:18 +11:00
Ben Slater
09eddeacce small rewrite of SDL init stuff 2019-02-15 10:09:23 +11:00
Wally
fd5964b619 Fixed Linux build, GLSL stuff still doesn't work.. maybe it will on my PC at home 2019-02-14 15:06:16 +11:00
Ben Slater
17f05fbf5d Fixed linker errors, just gotta get SDL rendering 2019-02-14 14:23:34 +11:00
Ben Slater
b3f38652c7 SDL2 stuff builds but segfaults 2019-02-14 13:51:13 +11:00
z2442
fd9e8baa34 one for intrafont fix & change to ui code to compile for gcc 8.2 2019-02-13 21:42:00 -05:00
Ben Slater
5d99427086 Just linker errors to go now 2019-02-14 13:38:46 +11:00
Ben Slater
e664edc436 Start moving from GLFW to SDL 2019-02-14 13:21:59 +11:00
z2442
ad559b2bcb Clean up more intrafont stuff 2019-02-08 21:14:41 -05:00
Ben Slater
3f58d5171b Add OSX Definition so we're back to the black screen again :( 2019-02-08 14:52:19 +11:00
Ben Slater
06031952a5 Removed gyp files and old sources as we are convinced that the builds are working correctly 2019-02-08 14:38:42 +11:00
Ben Slater
4b3967b54b Merge branch 'master' of https://github.com/z2442/daedalus 2019-02-08 14:35:16 +11:00
Ben Slater
090c86337e Merge macOS / Linux builds to Central Posix build
Fix macOS Build - Should work on anything <=10.13 for now
2019-02-08 14:33:43 +11:00
z2442
8ab35eeb1a Disable intrafont Glow on rom patching. 2019-02-07 22:27:25 -05:00
z2442
371ea87feb Remove change made to jobmanager 2019-02-07 21:32:35 -05:00
Wally
2f47b83a3b Added usage instructions to OSX Main and fixed build_daedalus 2019-02-08 12:48:30 +11:00
z2442
24ac6c8e83 Change to fix linux builds 2019-02-07 19:27:43 -05:00
Ben Slater
3cda5cdea1 Mac Build now links.. Just a black screen though :( 2019-02-06 09:40:42 +11:00
mrbenslater
c1cec553dc Linux build now works, thanks to ptitseb <3 2019-02-05 21:38:00 +11:00
Ben Slater
cd5868170f Added lib detection in cmake 2019-02-05 15:24:31 +11:00
Ben Slater
afd8a61dd6 Added glew from website 2019-02-05 15:20:23 +11:00
Ben Slater
155a5d05a0 Add libpng back to source 2019-02-05 14:12:26 +11:00
Ben Slater
c7db4583f1 Added glew and glfw 2019-02-05 14:11:03 +11:00
Wally
1a6eec4e29 Updated CMake, one more build issue for Linux 2019-02-05 12:16:40 +11:00
TheMrIron2
d463375246 [+] (WIP) Improved Adrenaline experience, update credits
Got the ideas from RetroArch, though they are currently all commented out for stability.. because they almost definitely do not work:

- Add "psp2" power.h, sysmodule.h and appmgr.h when Vita is detected
- Force 444MHz on the ARM CPU and 222MHz on the GPU/bus.. because allegedly, this works!
2019-02-04 23:05:16 +00:00
Wally
a9d5574f09 Whoops missed some stuff 2019-02-04 15:26:29 +11:00
Ben Slater
bad84a50f4 Remove cflag to bypass -permissive errors
Fix build so it compiles on macOS (Still doesn't link.. yet)y
2019-02-04 14:03:32 +11:00
Wally
8bc2012f0e Fix 64 bit support from StrmnNrmns Bazel branch 2019-02-04 13:52:39 +11:00
Ben Slater
99aad0b79d Started work on 64-bit / Linux support 2019-01-30 22:15:17 +11:00
Ben Slater
3eb42a816d Zlib now compiles on build for macOS.. now for the other issues 2019-01-30 13:36:52 +11:00
Ben Slater
85254f1cb0 Reinstate zlib third_party Lib as it requires custom stuff 2019-01-30 12:48:45 +11:00
Ben Slater
673a08a10a Work on macOS build.. Linker errors are annoying 2019-01-29 15:57:48 +11:00
z2442
787c5247bf
Update MainMenuScreen.cpp 2019-01-28 19:53:16 -05:00
z2442
4db13e640e
Update CodeGeneratorPSP.cpp 2019-01-28 19:51:17 -05:00
z2442
4d7c5ec85f
revert to old version 2019-01-28 19:41:05 -05:00
Ben Slater
7233a55c83 Fixed macOS build - Just linker issues remain. Requirements will be listed later
Removed third_party folder as it's all redundant
2019-01-29 11:21:41 +11:00
mrbenslater
e4e258215f Fix Debug Build... 2019-01-25 20:42:57 +11:00
mrbenslater
afed511a05 Oops, broke some HLE stuff 2019-01-25 20:32:40 +11:00
z2442
901ef0fd3c
change compiler flags
-DNDEBUG -O3
2019-01-23 22:25:19 -05:00
z2442
5cf58ccbfb
remove svnversion.h 2019-01-23 22:19:03 -05:00
z2442
8ec8cb8ae2
remove svnversion.h 2019-01-23 22:18:26 -05:00
Wally
09385316e3 Tidy up Source for 1.1.6 Release Candidate 2019-01-24 08:02:08 +11:00