binji / love-nacl

Port of LÖVE to Native Client
http://binji.github.io/love-nacl/
Other
43 stars 6 forks source link

--enable-nacl is required :( #13

Closed binji closed 11 years ago

binji commented 11 years ago

Tracking a Chromium bug. Looks like it was introduced at http://crrev.com/186792, which means it fails on M27, but not M26.

I'm currently attempting to workaround by avoiding using "nacl_modules", instead handling loading myself.

binji commented 11 years ago

Fixed in M28+ but will be broken in M27. :(